[GIT PULL] sound fixes for 7.2-rc2
From: Takashi Iwai
Date: Sun Jul 05 2026 - 03:43:04 EST
Linus,
please pull sound fixes for v7.2-rc2 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.2-rc2
The topmost commit is 5720deab6da70d0676cee8a580f6146ef85a3ab9
----------------------------------------------------------------
sound fixes for 7.2-rc2
A standard set of driver-specific fixes and quirks accumulated since
the merge window:
ASoC:
- SOF: Sanity check to prevent OOB reads
- rsnd: Fix clock leak and double-disable issues with PM
- tas675x: Misc fixes for register fields, etc
- lpass-va-macro: Correct codec version for Qualcomm SC7280
- amd-yc: DMIC quirk for Alienware m15 R7 AMD
Others:
- us144mkii: Fix a UAF on disconnect and anchor list corruption
- HD-audio: Realtek quirks for HP models
----------------------------------------------------------------
HyeongJun An (1):
ALSA: usx2y: us144mkii: fix work UAF on disconnect
Jetha Chan (1):
ASoC: amd: yc: Add Alienware m15 R7 AMD to DMIC quirk table
John Madieu (2):
ASoC: rsnd: adg: make rsnd_adg_clk_control() idempotent
ASoC: rsnd: src: Add missing scu_supply clock to suspend/resume
Luca Weiss (1):
ASoC: codecs: lpass-va-macro: Fix LPASS Codec Version for SC7280
Sen Wang (3):
ASoC: codecs: tas675x: use READ_ONCE for params to be used concurrently
ASoC: codecs: tas675x: Fix CHx temperature range register bit fields
Documentation: sound: tas675x: Fix temperature range and impedance documentation
Shubham Nayak (1):
ALSA: hda/realtek: Add quirk for HP Victus 16-e0xxx (88EE) to enable mute LED
Vijendar Mukunda (1):
MAINTAINERS: ASoC: SOF: add AMD reviewer for Sound Open Firmware
WenTao Liang (1):
ALSA: us144mkii: capture_urb_complete: redundant usb_anchor_urb corrupts anchor list on each resubmission
Yousef Alhouseen (1):
ASoC: SOF: validate probe info element counts
---
Documentation/sound/codecs/tas675x.rst | 11 ++++++-----
MAINTAINERS | 1 +
sound/hda/codecs/realtek/alc269.c | 1 +
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
sound/soc/codecs/lpass-va-macro.c | 7 ++++++-
sound/soc/codecs/tas675x.c | 14 +++++++-------
sound/soc/renesas/rcar/adg.c | 29 ++++++++++++++++++++++++++++-
sound/soc/renesas/rcar/src.c | 2 ++
sound/soc/sof/sof-client-probes-ipc3.c | 23 +++++++++++++++++++----
sound/soc/sof/sof-client-probes-ipc4.c | 11 ++++++++++-
sound/usb/usx2y/us144mkii.c | 17 +++++++++++------
sound/usb/usx2y/us144mkii_capture.c | 2 +-
12 files changed, 99 insertions(+), 26 deletions(-)