
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.17-rc1
for you to fetch changes up to 47ed64db8c17eb16541098add865178fb7e68744:
ASoC: tas2781: Normalize the volume kcontrol name (2025-08-13 15:52:53 +0100)
---------------------------------------------------------------- ASoC: Fixes for v6.17
A reasonably small collection of fixes that came in since the merge window, mostly small and driver specific plus a cleanup of the menu reorganisation to address some user confusion with the way the generic drivers had been handled.
---------------------------------------------------------------- Alexey Klimov (1): ASoC: codecs: tx-macro: correct tx_macro_component_drv name
Baojun Xu (1): ASoC: tas2781: Normalize the volume kcontrol name
Colin Ian King (2): ASoC: codec: sma1307: replace spelling mistake with new error message ASoC: tas2781: Fix spelling mistake "dismatch" -> "mismatch"
Kuninori Morimoto (1): ASoC: generic: tidyup standardized ASoC menu for generic
Sergio Perez Gonzalez (1): ASoC: stm: stm32_i2s: Fix calc_clk_div() error handling in determine_rate()
Shengjiu Wang (1): ASoC: fsl_sai: replace regmap_write with regmap_update_bits
Shuming Fan (2): ASoC: rt721: fix FU33 Boost Volume control not working ASoC: rt1320: fix random cycle mute issue
Thorsten Blum (1): ASoC: codecs: Call strscpy() with correct size argument
sound/soc/Kconfig | 4 +++- sound/soc/codecs/aw87390.c | 8 +++----- sound/soc/codecs/aw88081.c | 5 ++--- sound/soc/codecs/aw88166.c | 8 +++----- sound/soc/codecs/aw88261.c | 8 +++----- sound/soc/codecs/aw88395/aw88395.c | 8 +++----- sound/soc/codecs/aw88399.c | 8 +++----- sound/soc/codecs/lpass-tx-macro.c | 2 +- sound/soc/codecs/rt1320-sdw.c | 3 ++- sound/soc/codecs/rt721-sdca.c | 2 ++ sound/soc/codecs/rt721-sdca.h | 4 ++++ sound/soc/codecs/sma1307.c | 2 +- sound/soc/codecs/tas2781-i2c.c | 6 +++--- sound/soc/fsl/fsl_sai.c | 20 ++++++++++---------- sound/soc/stm/stm32_i2s.c | 7 ++----- 15 files changed, 45 insertions(+), 50 deletions(-)