aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2022-04-07ASoC: rt711/5682: check if bus is active before deferred jack detectionPierre-Louis Bossart2-0/+16
2022-04-06ASoC: wm8731: use simple i2c probe functionStephen Kitt1-3/+2
2022-04-06ASoC: sgtl5000: use simple i2c probe functionStephen Kitt1-3/+2
2022-04-06ASoC: rt1016: enable buildingStephen Kitt2-0/+7
2022-04-06ASoC: pcm3060: use simple i2c probe functionStephen Kitt1-3/+2
2022-04-06ASoC: rt*: use simple i2c probe functionStephen Kitt23-69/+46
2022-04-06ASoC: tscs*: use simple i2c probe functionStephen Kitt2-6/+4
2022-04-06ASoC: wm*: use simple i2c probe functionStephen Kitt34-102/+68
2022-04-06ASoC: lm49xxx: use simple i2c probe functionStephen Kitt2-6/+4
2022-04-06ASoC: mt6660: use simple i2c probe functionStephen Kitt1-3/+2
2022-04-06ASoC: ak4613: add TDM256 test supportMark Brown1-67/+300
2022-04-05ASoC: ak4613: add TDM256 supportKuninori Morimoto1-8/+237
2022-04-05ASoC: ak4613: rename constraint to constraint_ratesKuninori Morimoto1-2/+3
2022-04-05ASoC: ak4613: priv has ctrl1 instead of ifaceKuninori Morimoto1-33/+28
2022-04-05ASoC: ak4613: return error if it was setup as clock providerKuninori Morimoto1-3/+16
2022-04-05ASoC: ak4613: tidyup ak4613_interfaceKuninori Morimoto1-31/+24
2022-04-05ASoC: ak4613: add missing mutex_lock()Kuninori Morimoto1-0/+2
2022-04-05ASoC: cs35l45: Add driver for Cirrus Logic CS35L45 Smart AmpJames Schulman7-0/+1294
2022-04-05ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_componentMiaoqian Lin1-1/+8
2022-04-05ASoC: rk817: Use devm_clk_get() in rk817_platform_probeMiaoqian Lin1-1/+1
2022-04-05ASoC: Pull in fixesMark Brown3-16/+12
2022-04-05ASoC: wm8731: Overhaul of the driverMark Brown6-224/+219
2022-04-05ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSANHui Wang1-2/+4
2022-04-05ASoC: cs35l41: Add one more variable in the debug logHui Wang1-2/+2
2022-04-05ASoC: rt5682: fix an incorrect NULL check on list iteratorXiaomeng Tong1-7/+4
2022-04-05ASoC: rt5682s: Separate the regulator consumer controlsDerek Fang2-6/+27
2022-04-05ASoC: cs*: use simple i2c probe functionStephen Kitt20-59/+40
2022-04-05ASoC: wm*: use i2c_match_id and simple i2c probeStephen Kitt2-6/+11
2022-04-05ASoC: ada*, ssm*: use simple i2c probe functionStephen Kitt7-20/+14
2022-04-05ASoC: cs35l41: Fix an out-of-bounds access in otp_packed_element_tHui Wang1-7/+7
2022-04-05ASoC: cs35l41: Add one more variable in the debug logHui Wang1-2/+2
2022-04-05ASoC: da7218: use i2c_match_id and simple i2c probeStephen Kitt1-4/+15
2022-04-05ASoC: da[79]*: use simple i2c probe functionStephen Kitt5-15/+10
2022-04-05ASoC: ad1*, ada*, ssm*: use i2c_match_id and simple i2c probeStephen Kitt5-15/+23
2022-04-05ASoC: codecs: Fix error handling in power domain init and exit handlersSrinivasa Rao Mandadapu1-16/+19
2022-04-04codecs: rt5682s: fix an incorrect NULL check on list iteratorXiaomeng Tong1-7/+4
2022-04-04ASoC: wm8731: Factor out the I2C and SPI bus code into separate modulesMark Brown6-137/+178
2022-04-04ASoC: wm8731: Factor our MCLK and mutex initialisationMark Brown1-30/+14
2022-04-04ASoC: wm8731: Move regulator request into wm8731_init()Mark Brown1-32/+16
2022-04-04ASoC: wm8731: Factor component init out of bus codeMark Brown1-40/+27
2022-04-04ASoC: wm8731: Update to modern DAI terminologyMark Brown1-4/+3
2022-04-01Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+4
2022-03-30Merge tag 'asoc-fix-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+4
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+4
2022-03-23Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds78-595/+2370
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds9-23/+9
2022-03-21Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai76-552/+2324
2022-03-21Merge branch 'for-next' into for-linusTakashi Iwai1-1/+1
2022-03-21ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLsJiaxin Yu1-0/+4
2022-03-16ASoC: ak4642: Use of_device_get_match_data()Minghao Chi1-8/+3