summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt1011.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rt1011: Drop GPIO includesLinus Walleij2023-08-131-2/+0
* ASoC: rt1011: Use maple tree register cacheMark Brown2023-06-191-1/+1
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: rt*: use simple i2c probe functionStephen Kitt2022-04-061-3/+2
* ASoC: rt1011: revert 'I2S Reference' to SOC_ENUM_EXTJack Yu2021-11-121-6/+49
* ASoC: rt1011: Fix 'I2S Reference' enum controlPeter Ujfalusi2021-10-131-48/+5
* ASoC: rt1011: Fix 'I2S Reference' enum control caused errorPeter Ujfalusi2021-10-121-6/+5
* ASoC: rt1011: add i2s reference control for rt1011Jack Yu2021-09-131-0/+54
* Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown2021-04-231-26/+23
|\
| * ASoC: rt1011: clarify expressionPierre-Louis Bossart2021-03-101-2/+3
| * ASoC: rt1011: remove redundant testPierre-Louis Bossart2021-03-101-4/+4
| * ASoC: rt1011: use logical ORPierre-Louis Bossart2021-03-101-19/+15
| * ASoC: rt*: Constify static struct acpi_device_idRikard Falkeborn2021-03-101-1/+1
* | ASoC: rt1011: remove pack_id check in rt1011Jack Yu2021-04-081-14/+2
|/
* ASoC: rt1011: fix KASAN out-of-bounds bug in find_next_bit()Fred Oh2020-06-231-7/+13
* ASoC: rt1011: set the different setting for QFN/WLCSP packageShuming Fan2020-01-171-2/+15
* ASoC: rt1011: some minor changes to improve readabilityShuming Fan2019-10-311-4/+5
* ASoC: rt1011: add the range check for temperature_calib from device propertyShuming Fan2019-10-311-1/+2
* ASoC: rt1011: remove unnecessary tabs using spaces insteadShuming Fan2019-10-311-23/+22
* ASoC: rt1011: improve the rt1011_set_dai_fmt() functionShuming Fan2019-10-311-0/+4
* ASoC: rt1011: remove redundant code in kcontrolShuming Fan2019-10-311-9/+0
* ASoC: rt1011: fix spelling mistake "temperture" -> "temperature"Colin Ian King2019-10-181-1/+1
* ASoC: rt1011: Read and apply r0 and temperature device propertyShuming Fan2019-10-161-1/+40
* ASoC: rt1011: set tx/rx slots from tx/rx_mask in TDM caseShuming Fan2019-10-161-5/+137
* Merge branch 'asoc-5.4' into asoc-nextMark Brown2019-09-091-6/+23
|\
| * ASoC: rt1011: make array pd static const, makes object smallerColin Ian King2019-09-091-1/+2
| * ASoC: rt1011: remove unused variable 'dac_vol_tlv' and 'adc_vol_tlv'YueHaibing2019-08-151-3/+0
| * ASoC: rt1011: Add a flag for the R0 calibration testShuming Fan2019-08-071-1/+13
| * ASoC: rt1011: Add R0 temperature and TDM1 ADC2DAT Swap controlShuming Fan2019-08-071-1/+8
* | ASoC: rt1011: add mutex protection to set_fmt/set_tdm_slotShuming Fan2019-08-271-8/+19
|/
* ASoC: rt1011: fix DC calibration offset not applyingShuming Fan2019-07-111-2/+2
* ASoC: rt1011: fix warning reported by kbuild test robot and minor issueShuming Fan2019-06-061-4/+7
* ASoC: rt1011: Mark format integer literals as unsignedNathan Chancellor2019-06-061-2/+2
* ASoC: rt1011: Add RT1011 amplifier driverShuming Fan2019-06-041-0/+2241