[GIT PULL] sound fixes for 7.1-rc3

From: Takashi Iwai

Date: Thu May 07 2026 - 06:29:32 EST


Linus,

please pull sound fixes for v7.1-rc3 from:

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

The topmost commit is 06bc7ff0a1e0f2b0102e1314e3527a7ec0997851

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

sound fixes for 7.1-rc3

Again a collection of small fixes, mostly for device-specific ones.
The only big LOC is about the removal of pretty old dead code in
ab8500 codec driver, while the rest all nice small changes.

* Core / API:
- Fix race in deferred fasync state checks
- Fix UMP group filtering in sequencer

* ASoC:
- cs35l56: fixes for driver cleanup and error paths
- tas2764/2770: workaround for bogus temperature readings
- wm_adsp: fixes for firmware unit tests
- amd-yc: more DMI quirks for laptops
- Minor fixes for fsl_xcvr and spacemit

* HD-Audio:
- Mute LED and speaker quirks for HP, Lenovo, and Xiaomi laptops

* USB-audio:
- New device-specific quirks (Motu, JBL, AlphaTheta, Razer)
- Fix of MIDI2 playback on resume

* Others:
- Firewire-tascam control event fix
- Minor cleanups and fixes for sparc/dbri and pcmtest

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

Anton Swart (1):
ALSA: usb-audio: Add quirk flags for AlphaTheta EUPHONIA

Bob Song (1):
ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VE

Cássio Gabriel (6):
ALSA: pcmtest: Return -EFAULT on pattern read copy failure
ASoC: fsl_xcvr: Fix event generation for cached controls
ALSA: firewire-tascam: Do not drop unread control events
ALSA: usb-audio: midi2: Restart output URBs on resume
ALSA: seq: Fix UMP group 16 filtering
ALSA: core: Serialize deferred fasync state checks

Derek Fang (1):
ASoC: sdw_utils: avoid the SDCA companion function not supported failure

Fernando Antunez Antonio (1):
ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 15-fh0xxx

James Calligeros (2):
ASoC: tas2764: Deal with bogus initial temperature register value
ASoC: tas2770: Deal with bogus initial temperature value

Nicola Lunghi (1):
ALSA: usb-audio: add clock quirk for Motu 1248

Pauli Virtanen (1):
ALSA: usb-audio: add min_mute quirk for Razer Nommo V2 X

Richard Fitzgerald (6):
ASoC: cs35l56: Fix hibernate write in runtime resume error path
ASoC: cs35l56: Fix out-of-bounds in dev_err() in cs35l56_read_onchip_spkid()
ASoC: wm_adsp_fw_find_test: Redirect wm_adsp_release_firmware_files()
ASoC: wm_adsp_fw_find_test: Clear searched_fw_files in find-by-index test
ASoC: cs35l56: Don't use devres to unregister component
ASoC: cs35l56: Destroy workqueue in probe error path

Rodrigo Faria (1):
ALSA: hda/realtek: Add mute LED fixup for HP Pavilion 15-cs1xxx

Rong Zhang (1):
ALSA: usb-audio: Add quirk flags for JBL Pebbles

Rosen Penev (1):
ALSA: sparc/dbri: add missing fallthrough

Rámon van Raaij (1):
ALSA: hda/realtek: Add codec SSID quirk for Lenovo Yoga Pro 9 16IMH9

Tommaso Soncin (1):
ASoC: amd: yc: Add HP OMEN Gaming Laptop 16-ap0xxx product line in quirk table

Troy Mitchell (1):
ASoC: spacemit: fix RX DMA params not set when TX is running

Uwe Kleine-König (The Capable Hub) (1):
ASoC: codecs: ab8500: Remove suspicious code

Yuriy Padlyak (1):
ALSA: hda/realtek: Fix speaker silence after S3 resume on Xiaomi Mi Laptop Pro 15

---
sound/core/misc.c | 8 +-
sound/core/seq/seq_clientmgr.c | 2 +-
sound/core/seq/seq_clientmgr.h | 5 +-
sound/core/seq/seq_ump_client.c | 2 +-
sound/drivers/pcmtest.c | 6 +-
sound/firewire/tascam/tascam-hwdep.c | 1 +
sound/hda/codecs/realtek/alc269.c | 53 +++++-
sound/soc/amd/yc/acp6x-mach.c | 21 +++
sound/soc/codecs/ab8500-codec.c | 304 +-------------------------------
sound/soc/codecs/cs35l56-shared.c | 11 +-
sound/soc/codecs/cs35l56.c | 11 +-
sound/soc/codecs/tas2764.c | 35 +++-
sound/soc/codecs/tas2770.c | 23 ++-
sound/soc/codecs/wm_adsp_fw_find_test.c | 57 ++++--
sound/soc/fsl/fsl_xcvr.c | 17 +-
sound/soc/sdw_utils/soc_sdw_utils.c | 1 +
sound/soc/spacemit/k1_i2s.c | 7 +-
sound/sparc/dbri.c | 1 +
sound/usb/clock.c | 15 +-
sound/usb/midi2.c | 9 +-
sound/usb/quirks.c | 7 +
21 files changed, 243 insertions(+), 353 deletions(-)