[GIT PULL] sound fixes for 6.17-rc2

From: Takashi Iwai
Date: Fri Aug 15 2025 - 06:30:48 EST


Linus,

please pull sound fixes for v6.17-rc2 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.17-rc2

The topmost commit is c345102d1feed3de8aa9b9ec7d18b3fbba62deb7

----------------------------------------------------------------

sound fixes for 6.17-rc2

A collection of small fixes.

- Potential OOB access fixes in USB-audio driver
- ASoC kconfig menu fix for improving the generic drivers
- HD-audio quirks and a fix revert
- Codec and platform-specific small fixes for ASoC

----------------------------------------------------------------

Alexey Klimov (1):
ASoC: codecs: tx-macro: correct tx_macro_component_drv name

Baojun Xu (2):
ASoC: tas2781: Normalize the volume kcontrol name
ALSA: hda/tas2781: Normalize the volume kcontrol name

Christopher Eby (1):
ALSA: hda/realtek: Add Framework Laptop 13 (AMD Ryzen AI 300) to quirks

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

Mario Limonciello (AMD) (1):
Revert "ALSA: hda: Add ASRock X670E Taichi to denylist"

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

Takashi Iwai (3):
ALSA: azt3328: Put __maybe_unused for inline functions for gameport
ALSA: usb-audio: Validate UAC3 power domain descriptors, too
ALSA: usb-audio: Validate UAC3 cluster segment descriptors

Thorsten Blum (1):
ASoC: codecs: Call strscpy() with correct size argument

Vasiliy Kovalev (1):
ALSA: hda/realtek: Fix headset mic on HONOR BRB-X

---
sound/hda/codecs/realtek/alc269.c | 2 ++
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 2 +-
sound/hda/controllers/intel.c | 1 -
sound/pci/azt3328.c | 8 ++++----
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 ++-----
sound/usb/stream.c | 25 ++++++++++++++++++++++---
sound/usb/validate.c | 12 ++++++++++++
21 files changed, 86 insertions(+), 59 deletions(-)