[GIT PULL] sound fixes for 6.19

From: Takashi Iwai

Date: Fri Feb 06 2026 - 04:49:09 EST


Linus,

please pull sound fixes for v6.19 from:

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

The topmost commit is 51db05283f7c9c95a3e6853a3044cd04226551bf

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

sound fixes for 6.19

A collection of small fixes. It became a bit larger than wished,
but all of them are device-specific small fixes, and it should be
still fairly safe to take at the last minute.

Included are a few quirks and fixes for Intel, AMD, HD-audio, and
USB-audio, as well as a race fix in aloop driver and corrections
of Cirrus firmware kunit test

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

Bard Liao (1):
ASoC: SOF: Intel: use hdev->info.link_mask directly

Breno Baptista (1):
ALSA: hda/realtek: Enable headset mic for Acer Nitro 5

Charles Keepax (1):
ASoC: cs42l43: Correct handling of 3-pole jack load detection

Chris Bainbridge (1):
ASoC: amd: fix memory leak in acp3x pdm dma ops

Dirk Su (1):
ASoC: amd: yc: Add quirk for HP 200 G2a 16

Frank Li (1):
ASoC: dt-bindings: ti,tlv320aic3x: Add compatible string ti,tlv320aic23

Maciej Strozek (1):
ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43

Richard Fitzgerald (1):
firmware: cs_dsp: rate-limit log messages in KUnit builds

Sergey Shtylyov (1):
ALSA: usb-audio: fix broken logic in snd_audigy2nx_led_update()

Shuming Fan (1):
ASoC: rt1320: fix intermittent no-sound issue

Tagir Garaev (1):
ASoC: Intel: sof_es8336: Add DMI quirk for Huawei BOD-WXX9

Takashi Iwai (1):
ALSA: aloop: Fix racy access at PCM trigger

Ziyi Guo (1):
ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put()

---
.../devicetree/bindings/sound/ti,tlv320aic3x.yaml | 1 +
drivers/firmware/cirrus/cs_dsp.c | 37 +++++++++++++
drivers/firmware/cirrus/cs_dsp.h | 18 +++++++
drivers/firmware/cirrus/test/cs_dsp_test_bin.c | 22 +++++++-
.../firmware/cirrus/test/cs_dsp_test_bin_error.c | 24 ++++++---
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c | 26 ++++++++-
.../firmware/cirrus/test/cs_dsp_test_wmfw_error.c | 24 ++++++---
drivers/firmware/cirrus/test/cs_dsp_tests.c | 1 +
sound/drivers/aloop.c | 62 +++++++++++++---------
sound/hda/codecs/realtek/alc269.c | 1 +
sound/soc/amd/renoir/acp3x-pdm-dma.c | 2 +
sound/soc/amd/yc/acp6x-mach.c | 7 +++
sound/soc/codecs/cs42l43-jack.c | 37 ++++++++++---
sound/soc/codecs/rt1320-sdw.c | 2 +
sound/soc/fsl/fsl_xcvr.c | 3 ++
sound/soc/intel/boards/sof_es8336.c | 9 ++++
sound/soc/sof/intel/hda.c | 5 +-
sound/usb/mixer_quirks.c | 9 +---
18 files changed, 234 insertions(+), 56 deletions(-)
create mode 100644 drivers/firmware/cirrus/cs_dsp.h