[GIT PULL] sound fixes for 6.11-rc6

From: Takashi Iwai
Date: Tue Aug 27 2024 - 04:39:29 EST


Linus,

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

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

The topmost commit is 28b329f431cef840fddd9a9b493bc3eff1aa06c0

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

sound fixes for 6.11-rc6

It became a bit larger collection of fixes than wished at this time,
but all changes are small and mostly device-specific fixes that
should be fairly safe to apply. Majority of fixes are about ASoC
for AMD SOF, Cirrus codecs, lpass, etc, in addition to the usual
HD-audio quirks / fixes.

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

Albert Jakieła (1):
ASoC: SOF: mediatek: Add missing board compatible

Dmitry Baryshkov (2):
ASoC: codecs: lpass-macro: fix version strings returned for 1.x codecs
ASoC: codecs: lpass-va-macro: warn on unknown version

Hendrik Borghorst (1):
ALSA: hda/realtek: support HP Pavilion Aero 13-bg0xxx Mute LED

Hongbo Li (2):
ASoC: allow module autoloading for table db1200_pids
ASoC: allow module autoloading for table board_ids

John Sweeney (1):
ALSA: hda/realtek: Enable mute/micmute LEDs on HP Laptop 14-ey0xxx

Kailang Yang (2):
ALSA: hda/realtek - Fixed ALC256 headphone no sound
ALSA: hda/realtek - FIxed ALC285 headphone no sound

Krzysztof Kozlowski (2):
ASoC: MAINTAINERS: Drop Banajit Goswami from Qualcomm sound drivers
ASoC: codecs: wcd937x: Fix missing de-assert of reset GPIO

Richard Fitzgerald (3):
ASoC: cs-amp-lib-test: Force test calibration blob entries to be valid
ASoC: cs-amp-lib: Ignore empty UEFI calibration entries
ALSA: hda: hda_component: Fix mutex crash if nothing ever binds

Simon Trimmer (1):
ALSA: hda: cs35l56: Don't use the device index as a calibration index

Takashi Iwai (1):
ALSA: seq: Skip event type filtering for UMP events

Vijendar Mukunda (3):
ASoC: SOF: amd: move iram-dram fence register programming sequence
ASoC: SOF: amd: Fix for incorrect acp error register offsets
ASoC: SOF: amd: Fix for acp init sequence

YOUNGJIN JOO (1):
ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book3 Ultra

YR Yang (1):
ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile

Yuntao Liu (1):
ASoC: amd: acp: fix module autoloading

---
MAINTAINERS | 1 -
sound/core/seq/seq_clientmgr.c | 3 ++
sound/pci/hda/cs35l56_hda.c | 2 +-
sound/pci/hda/hda_component.c | 5 +-
sound/pci/hda/patch_realtek.c | 79 ++++++++++++++++++++----------
sound/soc/amd/acp/acp-legacy-mach.c | 2 +
sound/soc/amd/acp/acp-sof-mach.c | 2 +
sound/soc/au1x/db1200.c | 1 +
sound/soc/codecs/cs-amp-lib-test.c | 9 ++++
sound/soc/codecs/cs-amp-lib.c | 7 ++-
sound/soc/codecs/lpass-macro-common.h | 6 +++
sound/soc/codecs/lpass-va-macro.c | 4 ++
sound/soc/codecs/wcd937x.c | 5 +-
sound/soc/mediatek/mt8188/mt8188-afe-pcm.c | 1 +
sound/soc/sof/amd/acp-dsp-offset.h | 6 ++-
sound/soc/sof/amd/acp.c | 52 +++++++++++++-------
sound/soc/sof/amd/acp.h | 9 +++-
sound/soc/sof/amd/pci-acp63.c | 2 +
sound/soc/sof/amd/pci-rmb.c | 2 +
sound/soc/sof/amd/pci-rn.c | 2 +
sound/soc/sof/mediatek/mt8195/mt8195.c | 3 ++
21 files changed, 149 insertions(+), 54 deletions(-)