[GIT PULL] sound fixes for 6.11-rc1

From: Takashi Iwai
Date: Fri Jul 26 2024 - 03:07:59 EST


Linus,

please pull sound fixes for v6.11-rc1 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.11-rc1

The topmost commit is e8b96a66ae01d039699bac256c5b6b30b2284170

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

sound fixes for 6.11-rc1

A collection of the fixes gathered since the previous PR.
We see a bit large LOCs at a HD-audio quirk, but that's only bulk
COEF data, hence it's safe to take. In addition to that, there
were two minor fixes for MIDI 2.0 handling for ALSA core, and the
rest are all rather random small and device-specific fixes.

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

Arnd Bergmann (2):
ALSA: hda: tas2781: mark const variables as __maybe_unused
ASoC: tegra: select CONFIG_SND_SIMPLE_CARD_UTILS

Curtis Malainey (1):
ASoC: Intel: Fix RT5650 SSP lookup

Dan Carpenter (1):
ASoC: TAS2781: Fix tasdev_load_calibrated_data()

Daniel Baluta (1):
ASoC: SOF: imx8m: Fix DSP control regmap retrieval

Luke D. Jones (1):
ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models

Nick Weihs (1):
ALSA: hda/realtek: Implement sound init sequence for Samsung Galaxy Book3 Pro 360

Peter Ujfalusi (2):
ASoC: SOF: ipc4-topology: Only handle dai_config with HW_PARAMS for ChainDMA
ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare

Pierre-Louis Bossart (2):
ASOC: SOF: Intel: hda-loader: only wait for HDaudio IOC for IPC4 devices
ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable

Shengjiu Wang (1):
ASoC: fsl-asoc-card: Dynamically allocate memory for snd_soc_dai_link_components

Takashi Iwai (4):
ALSA: usb-audio: Move HD Webcam quirk to the right place
ALSA: ump: Don't update FB name for static blocks
ALSA: ump: Force 1 Group for MIDI1 FBs
ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2

Venkata Prasad Potturu (1):
ASoC: sof: amd: fix for firmware reload failure in Vangogh platform

wangdicheng (2):
ALSA: usb-audio: Fix microphone sound on HD webcam.
ALSA: usb-audio: Add a quirk for Sonix HD USB Camera

---
include/sound/tas2781-tlv.h | 6 +-
sound/core/ump.c | 13 +
sound/pci/hda/patch_realtek.c | 15 +-
sound/pci/hda/samsung_helper.c | 310 +++++++++++++++++++++
sound/soc/amd/yc/acp6x-mach.c | 7 +
sound/soc/codecs/tas2781-fmwlib.c | 2 +-
sound/soc/fsl/fsl-asoc-card.c | 46 +--
sound/soc/intel/common/soc-acpi-intel-ssp-common.c | 9 +
sound/soc/intel/common/soc-intel-quirks.h | 2 +-
sound/soc/sof/amd/pci-vangogh.c | 1 -
sound/soc/sof/imx/imx8m.c | 2 +-
sound/soc/sof/intel/hda-loader.c | 18 +-
sound/soc/sof/intel/hda.c | 17 +-
sound/soc/sof/ipc4-topology.c | 18 +-
sound/soc/tegra/Kconfig | 1 +
sound/usb/mixer.c | 7 +
sound/usb/quirks.c | 4 +
17 files changed, 433 insertions(+), 45 deletions(-)
create mode 100644 sound/pci/hda/samsung_helper.c