mbox series

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

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

Pull-request

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

Message

Mark Brown Dec. 20, 2024, 12:50 p.m. UTC
The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:

  Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 32c9c06adb5b157ef259233775a063a43746d699:

  ASoC: mediatek: disable buffer pre-allocation (2024-12-19 11:15:09 +0000)

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

A mix of quirks and small fixes, nothing too major anywhere.

----------------------------------------------------------------
Chen-Yu Tsai (2):
      ASoC: dt-bindings: realtek,rt5645: Fix CPVDD voltage comment
      ASoC: mediatek: disable buffer pre-allocation

Mark Brown (1):
      ASoC: Intel: sof_sdw: Update DMI matches for Lenovo

Peter Ujfalusi (1):
      ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP

Richard Fitzgerald (2):
      ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 21Q6 and 21Q7
      ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 21QA and 21QB

Shuming Fan (1):
      ASoC: rt722: add delay time to wait for the calibration procedure

Venkata Prasad Potturu (1):
      ASoC: amd: ps: Fix for enabling DMIC on acp63 platform via _DSD entry

 .../devicetree/bindings/sound/realtek,rt5645.yaml  |  2 +-
 sound/soc/amd/ps/pci-ps.c                          | 17 ++++++++++++++-
 sound/soc/codecs/rt722-sdca.c                      |  7 +++++-
 sound/soc/intel/boards/sof_sdw.c                   | 23 +++++++++++++++++---
 .../soc/mediatek/common/mtk-afe-platform-driver.c  |  4 ++--
 sound/soc/sof/intel/hda-dai.c                      | 25 ++++++++++++++++------
 sound/soc/sof/intel/hda.h                          |  2 --
 7 files changed, 64 insertions(+), 16 deletions(-)

Comments

Takashi Iwai Dec. 20, 2024, 1:10 p.m. UTC | #1
On Fri, 20 Dec 2024 13:50:43 +0100,
Mark Brown wrote:
> 
> The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:
> 
>   Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.13-rc3
> 
> for you to fetch changes up to 32c9c06adb5b157ef259233775a063a43746d699:
> 
>   ASoC: mediatek: disable buffer pre-allocation (2024-12-19 11:15:09 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.13
> 
> A mix of quirks and small fixes, nothing too major anywhere.

Pulled now.  Thanks.


Takashi