[GIT PULL] sound fixes for 7.1-rc7
From: Takashi Iwai
Date: Sat Jun 06 2026 - 12:10:12 EST
Linus,
please pull sound fixes for v7.1-rc7 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.1-rc7
The topmost commit is 2b5ff4db5d7aa5b981d966df02e687f79ad7b311
----------------------------------------------------------------
sound fixes for 7.1-rc7
It's getting calmer, but we cam up with still a handful small fixes,
including two core fixes. All look sane and safe.
* Core:
- Fix wait queue list corruption in snd_pcm_drain() on linked streams
- Fix UMP event stack overread in seq dummy driver
* USB-audio:
- Add quirk for AB13X USB Audio
- Fix the regression with sticky mixer volumes in 7.1-rc
* ASoC:
- Fix 32-slot TDM breakage on Freescale SAI
- Varioud DMI quirks for AMD ACP
----------------------------------------------------------------
Aleksander Pshenitsyn (1):
ASoC: amd: acp70: add standalone RT721 SoundWire machine
Chancel Liu (1):
ASoC: fsl_sai: Fix 32 slots TDM broken by integer shift UB in xMR write
David Glushkov (1):
ASoC: amd: yc: Add MSI Raider A18 HX A9WJG to quirk table
Jackie Dong (1):
ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 15ASH11
Ji'an Zhou (1):
ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streams
João Miguel (1):
ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF
Kyle Zeng (1):
ALSA: seq: dummy: fix UMP event stack overread
Lianqin Hu (1):
ALSA: usb-audio: Add iface reset and delay quirk for AB13X USB Audio
Rong Zhang (1):
ALSA: usb-audio: Set the value of potential sticky mixers to maximum
---
sound/core/pcm_native.c | 7 +++--
sound/core/seq/seq_dummy.c | 15 ++++++-----
sound/soc/amd/acp-config.c | 7 +++++
sound/soc/amd/acp/amd-acp70-acpi-match.c | 44 ++++++++++++++++++++++++++++++++
sound/soc/amd/yc/acp6x-mach.c | 14 ++++++++++
sound/soc/fsl/fsl_sai.c | 2 +-
sound/usb/mixer.c | 33 +++++++++++++++++++++---
sound/usb/quirks.c | 2 ++
8 files changed, 109 insertions(+), 15 deletions(-)