mbox series

[GIT,PULL] ASoC fixes for v6.13-merge-window

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

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.13-merge-window

Message

Mark Brown Nov. 28, 2024, 1:54 p.m. UTC
The following changes since commit 82ff5abc2edcfba0c0f1a1be807795e2876f46e9:

  ASoC: hdmi-codec: reorder channel allocation list (2024-11-15 13:43:00 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.13-merge-window

for you to fetch changes up to b682aa788e5f9f1ddacdfbb453e49fd3f4e83721:

  ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad P14s Gen 5 21MES00B00 (2024-11-27 13:45:45 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.13

A pile of driver specific quirks and fixes that came in since the merge
window.  One of the AMD fixes is a bit broken for some systems, I'm
expecting an incremental change to fix that but it seems better overall
to merge the rest of the fixes.

There's also one small documentation update that seemed sensible to
apply now, pointing to the dapm-graph tool.

----------------------------------------------------------------
Alex Far (1):
      ASoC: amd: yc: fix internal mic on Redmi G 2022

Bard Liao (1):
      ASoC: SOF: ipc3-topology: Convert the topology pin index to ALH dai index

Charles Han (1):
      ASoC: imx-audmix: Add NULL check in imx_audmix_probe

Ilya Zverev (1):
      ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad P14s Gen 5 21MES00B00

Mario Limonciello (1):
      ASoC: amd: Fix build dependencies for `SND_SOC_AMD_PS`

Nícolas F. R. A. Prado (1):
      ASoC: mediatek: Check num_codecs is not zero to avoid panic during probe

Uwe Kleine-König (1):
      ASoC: amd: yc: Add quirk for microphone on Lenovo Thinkpad T14s Gen 6 21M1CTO1WW

Venkata Prasad Potturu (1):
      ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry

anish kumar (1):
      ASoC: doc: dapm: Add location information for dapm-graph tool

liujing (1):
      ASoC: apple: Fix the wrong format specifier

 Documentation/sound/soc/dapm.rst                   |  3 ++
 sound/soc/amd/Kconfig                              |  1 +
 sound/soc/amd/yc/acp6x-mach.c                      | 39 +++++++++++++++++++++-
 sound/soc/apple/mca.c                              |  2 +-
 sound/soc/fsl/imx-audmix.c                         |  3 ++
 sound/soc/mediatek/mt8188/mt8188-mt6359.c          |  9 +++--
 .../mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c  |  4 +--
 sound/soc/mediatek/mt8195/mt8195-mt6359.c          |  9 +++--
 sound/soc/sof/ipc3-topology.c                      | 26 +++++++++++++--
 9 files changed, 86 insertions(+), 10 deletions(-)

Comments

Takashi Iwai Nov. 28, 2024, 1:58 p.m. UTC | #1
On Thu, 28 Nov 2024 14:54:23 +0100,
Mark Brown wrote:
> 
> The following changes since commit 82ff5abc2edcfba0c0f1a1be807795e2876f46e9:
> 
>   ASoC: hdmi-codec: reorder channel allocation list (2024-11-15 13:43:00 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.13-merge-window
> 
> for you to fetch changes up to b682aa788e5f9f1ddacdfbb453e49fd3f4e83721:
> 
>   ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad P14s Gen 5 21MES00B00 (2024-11-27 13:45:45 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.13
> 
> A pile of driver specific quirks and fixes that came in since the merge
> window.  One of the AMD fixes is a bit broken for some systems, I'm
> expecting an incremental change to fix that but it seems better overall
> to merge the rest of the fixes.
> 
> There's also one small documentation update that seemed sensible to
> apply now, pointing to the dapm-graph tool.

Thanks, pulled now.


Takashi