[GIT PULL] sound fixes for 6.13-rc5

From: Takashi Iwai
Date: Thu Dec 26 2024 - 11:17:09 EST


Linus,

please pull sound fixes for v6.13-rc5 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.13-rc5

The topmost commit is 8cbd01ba9c38eb16f3a572300da486ac544519b7

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

sound fixes for 6.13-rc5

A collection of small fixes. Nothing really stands out, fortunately.

- Follow-up fixes for the new compress offload API extension
- A few ASoC SOF, AMD and Mediatek quirks and fixes
- A regression fix in legacy SH driver cleanup
- Fix DMA mapping error handling in the helper code
- Fix kselftest dependency

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

Arnd Bergmann (2):
ALSA: compress_offload: import DMA_BUF namespace
ALSA: compress_offload: avoid 64-bit get_user()

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

Fedor Pchelkin (1):
ALSA: memalloc: prefer dma_mapping_error() over explicit address checking

Jaroslav Kysela (2):
ALSA: compress_offload: use safe list iteration in snd_compr_task_seq()
ALSA: compress_offload: improve file descriptors installation for dma-buf

Li Zhijian (1):
selftests/alsa: Fix circular dependency involving global-timer

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

Takashi Iwai (1):
ALSA: sh: Fix wrong argument order for copy_from_iter()

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/core/compress_offload.c | 33 ++++++++++++++--------
sound/core/memalloc.c | 2 +-
sound/sh/sh_dac_audio.c | 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 --
tools/testing/selftests/alsa/Makefile | 2 +-
11 files changed, 88 insertions(+), 31 deletions(-)