[GIT PULL] sound fixes for 6.12-rc6

From: Takashi Iwai
Date: Thu Oct 31 2024 - 05:35:27 EST


Linus,

please pull sound fixes for v6.12-rc6 from:

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

The topmost commit is e49370d769e71456db3fbd982e95bab8c69f73e8

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

sound fixes for 6.12-rc6

Here we see slightly more commits than wished, but basically all are
small and mostly trivial fixes. The only core change is the
workaround for __counted_by() usage in ASoC DAPM code, while the rest
are device-specific fixes for Intel Baytrail devices, Cirrus and
wcd937x codecs, and HD-audio / USB-audio devices.

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

Aleksei Vetrov (1):
ASoC: dapm: fix bounds checker error in dapm_widget_list_create

Alexey Klimov (2):
ASoC: codecs: wcd937x: add missing LO Switch control
ASoC: codecs: wcd937x: relax the AUX PDM watchdog

Christoffer Sandberg (2):
ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3
ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1

Christophe JAILLET (1):
ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()

Dmitry Yashin (1):
ASoC: dt-bindings: rockchip,rk3308-codec: add port property

Hans de Goede (5):
ASoC: codecs: rt5640: Always disable IRQs from rt5640_cancel_work()
ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated codec
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet
ASoC: Intel: sst: Support LPE0F28 ACPI HID
ASoC: Intel: sst: Fix used of uninitialized ctx to log an error

Jan Schär (1):
ALSA: usb-audio: Add quirks for Dell WD19 dock

Kailang Yang (1):
ALSA: hda/realtek: Limit internal Mic boost on Dell platform

Piyush Raj Chouhan (1):
ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13

---
.../bindings/sound/rockchip,rk3308-codec.yaml | 4 ++
sound/hda/intel-dsp-config.c | 4 ++
sound/pci/hda/patch_realtek.c | 35 +++++++++++-
sound/soc/codecs/cs42l51.c | 7 ++-
sound/soc/codecs/rt5640.c | 27 +++++----
sound/soc/codecs/wcd937x.c | 12 +++-
sound/soc/codecs/wcd937x.h | 4 ++
sound/soc/intel/atom/sst/sst_acpi.c | 64 +++++++++++++++++++---
sound/soc/intel/boards/bytcr_rt5640.c | 48 +++++++++++++++-
sound/soc/soc-dapm.c | 2 +
sound/usb/mixer_quirks.c | 3 +
11 files changed, 179 insertions(+), 31 deletions(-)