[GIT PULL] sound fixes for 7.1-final

From: Takashi Iwai

Date: Fri Jun 12 2026 - 05:32:56 EST


Linus,

please pull sound fixes for v7.1 from:

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

The topmost commit is b0d1553d51c3d188baae6d77e6f3dfb415a7b623

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

sound fixes for 7.1

A few small fixes for the last spurt. All changes are small, mostly
consisting of driver-specific fixes, along with two UAF fixes for the
ALSA timer core.

* Core:
- Two UAF fixes in ALSA timer core

* ASoC:
- SDCA: Fix NULL pointer dereference
- amd / yc: Add DMI quirk for ASUS ExpertBook PM1403CDA
- SOF amd: Fix garbage/spurious warnings
- wm_adsp: Fix potential NULL dereference when removing firmware
controls
- loongson: Fix negative position calculation
- spi-rzv2h-rspi: Fix SPDR read access width on 16-bit RX path

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

Felix Gu (1):
spi: rzv2h-rspi: Fix SPDR read access width for 16-bit RX

Kean Ren (1):
ASoC: SDCA: fix NULL pointer dereference in sdca_dev_unregister_functions

Li Jun (1):
ASoC: loongson: Fix invalid position error in ls_pcm_pointer

Richard Fitzgerald (1):
ASoC: wm_adsp: Fix NULL dereference when removing firmware controls

Takashi Iwai (2):
ALSA: timer: Forcibly close timer instances at closing
ALSA: timer: Fix UAF at snd_timer_user_params()

Vijendar Mukunda (2):
ASoC: SOF: amd: fix for ipc flags check
ASoC: SOF: amd: set ipc flags to zero

Zhang Heng (1):
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1403CDA

---
drivers/spi/spi-rzv2h-rspi.c | 3 ++-
sound/core/timer.c | 17 ++++++++++-------
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
sound/soc/codecs/wm_adsp.c | 3 +++
sound/soc/loongson/loongson_dma.c | 12 ++++++++++--
sound/soc/sdca/sdca_function_device.c | 24 +++++++++++++++++++++---
sound/soc/sof/amd/acp-ipc.c | 4 ++--
sound/soc/sof/amd/acp.c | 28 ++++++++++++++++++++++++++++
sound/soc/sof/amd/acp.h | 2 ++
9 files changed, 85 insertions(+), 15 deletions(-)