mbox series

[GIT,PULL] ASoC fixes for v6.12-rc6

Message ID c47a108a78297aa0534c252420f39a48.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.12-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.12-rc6

Message

Mark Brown Nov. 7, 2024, 10:21 p.m. UTC
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(-)

Comments

Takashi Iwai Nov. 8, 2024, 8:58 a.m. UTC | #1
On Thu, 07 Nov 2024 23:21:19 +0100,
Mark Brown wrote:
> 
> 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.

Pulled now.  Thanks.


Takashi