aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/rt1011.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-13ASoC: rt1011: Drop GPIO includesLinus Walleij1-2/+0
2023-06-19ASoC: rt1011: Use maple tree register cacheMark Brown1-1/+1
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-06-27ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-06ASoC: rt*: use simple i2c probe functionStephen Kitt1-3/+2
2021-11-12ASoC: rt1011: revert 'I2S Reference' to SOC_ENUM_EXTJack Yu1-6/+49
2021-10-13ASoC: rt1011: Fix 'I2S Reference' enum controlPeter Ujfalusi1-48/+5
2021-10-12ASoC: rt1011: Fix 'I2S Reference' enum control caused errorPeter Ujfalusi1-6/+5
2021-09-13ASoC: rt1011: add i2s reference control for rt1011Jack Yu1-0/+54
2021-04-23Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown1-26/+23
2021-04-08ASoC: rt1011: remove pack_id check in rt1011Jack Yu1-14/+2
2021-03-10ASoC: rt1011: clarify expressionPierre-Louis Bossart1-2/+3
2021-03-10ASoC: rt1011: remove redundant testPierre-Louis Bossart1-4/+4
2021-03-10ASoC: rt1011: use logical ORPierre-Louis Bossart1-19/+15
2021-03-10ASoC: rt*: Constify static struct acpi_device_idRikard Falkeborn1-1/+1
2020-06-23ASoC: rt1011: fix KASAN out-of-bounds bug in find_next_bit()Fred Oh1-7/+13
2020-01-17ASoC: rt1011: set the different setting for QFN/WLCSP packageShuming Fan1-2/+15
2019-10-31ASoC: rt1011: some minor changes to improve readabilityShuming Fan1-4/+5
2019-10-31ASoC: rt1011: add the range check for temperature_calib from device propertyShuming Fan1-1/+2
2019-10-31ASoC: rt1011: remove unnecessary tabs using spaces insteadShuming Fan1-23/+22
2019-10-31ASoC: rt1011: improve the rt1011_set_dai_fmt() functionShuming Fan1-0/+4
2019-10-31ASoC: rt1011: remove redundant code in kcontrolShuming Fan1-9/+0
2019-10-18ASoC: rt1011: fix spelling mistake "temperture" -> "temperature"Colin Ian King1-1/+1
2019-10-16ASoC: rt1011: Read and apply r0 and temperature device propertyShuming Fan1-1/+40
2019-10-16ASoC: rt1011: set tx/rx slots from tx/rx_mask in TDM caseShuming Fan1-5/+137
2019-09-09Merge branch 'asoc-5.4' into asoc-nextMark Brown1-6/+23
2019-09-09ASoC: rt1011: make array pd static const, makes object smallerColin Ian King1-1/+2
2019-08-27ASoC: rt1011: add mutex protection to set_fmt/set_tdm_slotShuming Fan1-8/+19
2019-08-15ASoC: rt1011: remove unused variable 'dac_vol_tlv' and 'adc_vol_tlv'YueHaibing1-3/+0
2019-08-07ASoC: rt1011: Add a flag for the R0 calibration testShuming Fan1-1/+13
2019-08-07ASoC: rt1011: Add R0 temperature and TDM1 ADC2DAT Swap controlShuming Fan1-1/+8
2019-07-11ASoC: rt1011: fix DC calibration offset not applyingShuming Fan1-2/+2
2019-06-06ASoC: rt1011: fix warning reported by kbuild test robot and minor issueShuming Fan1-4/+7
2019-06-06ASoC: rt1011: Mark format integer literals as unsignedNathan Chancellor1-2/+2
2019-06-04ASoC: rt1011: Add RT1011 amplifier driverShuming Fan1-0/+2241