Date: Thu, 07 Nov 2024 22:21:19 +0000 From: Mark Brown To: Takashi Iwai Cc: Liam Girdwood , alsa-devel@alsa-project.org, Mark Brown Subject: [GIT PULL] ASoC fixes for v6.12-rc6 The following changes since commit 2db63e92186d7201ee1cb2f5af11757c5e5a1020: wcd937x codec fixes (2024-10-29 19:18:48 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.12-rc6 for you to fetch changes up to 48b86532c10128cf50c854a90c2d5b1410f4012d: ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits (2024-11-07 15:35:52 +0000) ---------------------------------------------------------------- ASoC: Fixes for v6.12 A moderately large pile of small changes here, split fairly evenly between fixes and ID additions/quirks and all of it driver specific. ---------------------------------------------------------------- Amelie Delaunay (1): ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove 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 Shenghao Ding (1): ASoC: tas2781: Add new driver version for tas2563 & tas2781 qfn chip Venkata Prasad Potturu (1): ASoC: SOF: amd: Fix for incorrect DMA ch status register offset MAINTAINERS | 9 +++++++++ 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 +- 7 files changed, 38 insertions(+), 5 deletions(-) . Date: Thu, 14 Nov 2024 13:46:55 +0000 From: Mark Brown To: Takashi Iwai Cc: Liam Girdwood , alsa-devel@alsa-project.org, Mark Brown Subject: [GIT PULL] ASoC fixes for v6.12-rc7 The following changes since commit 48b86532c10128cf50c854a90c2d5b1410f4012d: ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits (2024-11-07 15:35:52 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.12-rc7 for you to fetch changes up to 2ae6da569e34e1d26c5275442d17ffd75fd343b3: ASoC: max9768: Fix event generation for playback mute (2024-11-12 13:16:37 +0000) ---------------------------------------------------------------- ASoC: Fixes for v6.12 Some last updates for v6.12, one quirk plus a couple of fixes. One is a minor fix for a relatively obscure driver and the other is a relatively important fix for boot hangs with some audio graph based cards. ---------------------------------------------------------------- Deep Harsora (1): ASoC: intel: sof_sdw: add quirk for Dell SKU John Watts (1): ASoC: audio-graph-card2: Purge absent supplies for device tree nodes Mark Brown (1): ASoC: max9768: Fix event generation for playback mute sound/soc/codecs/max9768.c | 11 +++++++++-- sound/soc/generic/audio-graph-card2.c | 3 +++ sound/soc/intel/boards/sof_sdw.c | 8 ++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) .