[GIT PULL] sound fixes for 7.2-rc7

From: Takashi Iwai

Date: Fri Aug 07 2026 - 04:42:57 EST


Linus,

please pull sound fixes for v7.2-rc7 from:

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

The topmost commit is a8934c2c6dfd72901cf3cc0de28e85eb902a61a4

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

sound fixes for 7.2-rc7

A collection of small fixes since the last pull request.
More than few, but an enough-manageable amount at this time.

USB-audio:
- UAF, OOB and such hardening fixes for USB-audio, usx2y and us144mkii
- Mixer regression fixes for Logitech PRO X 2 LIGHTSPEED headset and
M-Audio Fast Track Ultra

HD-audio:
- Fix for an ACPI reference leak in TAS2781 HDA side-codec

ASoC:
- Fixes the default tables for Cirrus Logic codecs
- Fixes for invalid enum accesses for Qualcomm LPASS
- Error handling and robustness fixes for Intel SOF & Soundwire
- DMI quirks for a few AMD devices

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

Bard Liao (2):
ASoC: SOF: topology: Use acpi mach from the machine driver
ASoC/soundwire: Intel: reset the PCMSyCM registers in hda_sdw_bpt_close

Baul Lee (4):
ALSA: FCP: fix OOB write in fcp_meter_ctl_get()
ALSA: us144mkii: re-anchor capture URBs on resubmission
ALSA: usb-audio: fix OOB write on Type II inbound URBs
ALSA: usx2y: bound the hwdep mmap fault offset

Dawid Wróbel (2):
ASoC: codecs: lpass-tx-macro: Fix enum kcontrol accesses
ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses

Peter Ujfalusi (6):
ASoC: SOF: ipc4-topology: Refresh copier IPC payload before widget setup
ASoC: SOF: sof-audio: Fix error path in sof_widget_setup_unlocked()
ASoC: SOF: ipc4-pcm: Continue the pipeline trigger in case of IPC timeout
ASoC: cs35l41: sort the register default table
ASoC: cs35l45: sort the register default table
ASoC: cs4265: sort the register default table

Rong Zhang (1):
ALSA: usb-audio: Add QUIRK_FLAG_MIXER_GET_CUR_BROKEN for Logitech PRO X 2 LIGHTSPEED

Rudi Heitbaum (1):
ASoC: rt5645: Make the Kconfig symbol user selectable

Takashi Iwai (1):
ALSA: usb-audio: Fix sticky mixer regressions on M-Audio Fast Track Ultra

Troy Mitchell (1):
MAINTAINERS: add SpacemiT K1/K3 I2S entry

Xu Rao (1):
ALSA: hda/tas2781: fix ACPI reference handling

Zhang Heng (3):
ASoC: amd: yc: Add DMI quirk for HP Victus Laptop 16-e1xxx
ASoC: amd: yc: Add DMI quirk for Xiaomi RedmiBook 16 2025
ASoC: amd: yc: Add DMI quirk for MSI Raider A18 HX A7VHG

---
MAINTAINERS | 6 ++++
drivers/soundwire/intel_ace2x.c | 4 ++-
include/sound/hda-sdw-bpt.h | 5 ++--
sound/hda/codecs/side-codecs/tas2781_hda_spi.c | 3 +-
sound/soc/amd/yc/acp6x-mach.c | 22 ++++++++++++++-
sound/soc/codecs/Kconfig | 2 +-
sound/soc/codecs/cs35l41-lib.c | 2 +-
sound/soc/codecs/cs35l45-tables.c | 32 ++++++++++-----------
sound/soc/codecs/cs4265.c | 4 +--
sound/soc/codecs/lpass-tx-macro.c | 4 +--
sound/soc/codecs/lpass-wsa-macro.c | 8 +++---
sound/soc/intel/common/sof-function-topology-lib.c | 7 ++++-
sound/soc/sof/intel/hda-sdw-bpt.c | 31 ++++++++++++++++++--
sound/soc/sof/ipc4-pcm.c | 25 ++++++++++++----
sound/soc/sof/ipc4-topology.c | 33 ++++++++++++++++++++++
sound/soc/sof/sof-audio.c | 9 +++---
sound/usb/endpoint.c | 6 ++--
sound/usb/fcp.c | 10 ++++++-
sound/usb/quirks.c | 6 ++++
sound/usb/usx2y/us144mkii_capture.c | 1 +
sound/usb/usx2y/usX2Yhwdep.c | 2 ++
sound/usb/usx2y/usx2yhwdeppcm.c | 2 ++
22 files changed, 175 insertions(+), 49 deletions(-)