[GIT PULL] sound fixes for 6.12-rc7

From: Takashi Iwai
Date: Fri Nov 08 2024 - 08:58:56 EST


Linus,

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

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

The topmost commit is fa59caa7859813b2a20f33e7c1f89459e7b6055f

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

sound fixes for 6.12-rc7

Still more changes floating than wished at this late stage, but
all are small device-specific fixes, and look less troublesome.

Including a few ASoC quirk / ID additoins, a series of ASoC STM
fixes, HD-audio conexant codec regression fix, and other various
quirks and device-specific fixes.

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

Amelie Delaunay (1):
ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove

Jarosław Janik (1):
Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown"

Jyri Sarha (1):
ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits

Kuninori Morimoto (1):
MAINTAINERS: Generic Sound Card section

Luo Yifan (2):
ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate()
ASoC: stm: Prevent potential division by zero in stm32_sai_get_clk_div()

Markus Petri (1):
ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad E14 Gen 6

Mingcong Bai (1):
ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022

Murad Masimov (1):
ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init()

Shenghao Ding (1):
ASoC: tas2781: Add new driver version for tas2563 & tas2781 qfn chip

Takashi Iwai (2):
ALSA: ump: Don't enumeration invalid groups for legacy rawmidi
ALSA: usb-audio: Add quirk for HP 320 FHD Webcam

Venkata Prasad Potturu (1):
ASoC: SOF: amd: Fix for incorrect DMA ch status register offset

---
MAINTAINERS | 9 +++++++++
sound/core/ump.c | 2 +-
sound/firewire/tascam/amdtp-tascam.c | 2 +-
sound/pci/hda/patch_conexant.c | 2 --
sound/soc/amd/yc/acp6x-mach.c | 14 ++++++++++++++
sound/soc/codecs/tas2781-fmwlib.c | 1 +
sound/soc/sof/amd/acp.c | 10 +++++++++-
sound/soc/sof/sof-client-probes-ipc4.c | 1 +
sound/soc/stm/stm32_sai_sub.c | 6 +++---
sound/soc/stm/stm32_spdifrx.c | 2 +-
sound/usb/mixer.c | 1 +
sound/usb/quirks.c | 2 ++
12 files changed, 43 insertions(+), 9 deletions(-)