The following changes since commit cfacfefd382af3b42905108b54f02820dca225c4: ASoC: SOF: trace: Omit error print when waking up trace sleepers (2021-09-17 13:16:36 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.15-rc5 for you to fetch changes up to 6b9b546dc00797c74bef491668ce5431ff54e1e2: ASoC: wm8960: Fix clock configuration on slave mode (2021-10-13 16:25:33 +0100) ---------------------------------------------------------------- ASoC: Fixes for v5.15 A colletion of smallish mostly driver specific fixes, the biggest thing here is fixing some of the core code to generate change notifications properly when writing to controls which will fix issues with UIs not showing the correct values. There's one build fix here with a slightly misleading changelog saying it's adding IRQ config support, it's adding a missing select of the regmap-irq code rather than adding a feature. ---------------------------------------------------------------- Andy Shevchenko (4): ASoC: Intel: bytcht_es8316: Get platform data via dev_get_platdata() ASoC: Intel: bytcht_es8316: Use temporary variable for struct device ASoC: Intel: bytcht_es8316: Switch to use gpiod_get_optional() ASoC: Intel: bytcht_es8316: Utilize dev_err_probe() to avoid log saturation Hans de Goede (1): ASoC: nau8824: Fix headphone vs headset, button-press detection no longer working Mark Brown (2): ASoC: pcm179x: Add missing entries SPI to device ID table ASoC: cs4341: Add SPI device ID table Peter Rosin (1): ASoC: pcm512x: Mend accesses to the I2S_1 and I2S_2 registers Shengjiu Wang (2): ASoC: fsl_xcvr: Fix channel swap issue with ARC ASoC: wm8960: Fix clock configuration on slave mode Srinivasa Rao Mandadapu (2): ASoC: wcd938x: Fix jack detection issue ASoC: codec: wcd938x: Add irq config support Stefan Binding (1): ASoC: cs42l42: Ensure 0dB full scale volume is used for headsets Takashi Iwai (1): ASoC: DAPM: Fix missing kctl change notifications Yang Yingliang (1): ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked() sound/soc/codecs/Kconfig | 1 + sound/soc/codecs/cs42l42.c | 16 +++------------ sound/soc/codecs/cs4341.c | 7 +++++++ sound/soc/codecs/nau8824.c | 4 ++-- sound/soc/codecs/pcm179x-spi.c | 1 + sound/soc/codecs/pcm512x.c | 2 ++ sound/soc/codecs/wcd938x.c | 6 +++--- sound/soc/codecs/wm8960.c | 13 +++++++++--- sound/soc/fsl/fsl_xcvr.c | 17 +++++++++++----- sound/soc/intel/boards/bytcht_es8316.c | 37 +++++++++++----------------------- sound/soc/soc-core.c | 1 + sound/soc/soc-dapm.c | 13 +++++++----- 12 files changed, 62 insertions(+), 56 deletions(-)