[GIT PULL] sound fixes for 6.10
From: Takashi Iwai
Date: Fri Jul 12 2024 - 03:46:25 EST
Linus,
please pull sound fixes for v6.10 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.10
The topmost commit is f19e1027f6c0f5fae18b2f2ed88b55a6a637f76e
----------------------------------------------------------------
sound fixes for 6.10-final
Majority of changes here are small device-specific fixes for ASoC
SOF / Intel and usual HD-audio quirks.
The only significant high LOC is found in the Cirrus firmware driver,
but all those are for hardening against malicious firmware blobs, and
they look fine for taking as a last minute fix, too.
----------------------------------------------------------------
Bard Liao (1):
ASoC: rt711-sdw: add missing readable registers
Dmitry Savin (1):
ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4
Edson Juliano Drosdeck (1):
ALSA: hda/realtek: Limit mic boost on VAIO PRO PX
Kai Vehmanen (1):
ASoC: SOF: Intel: hda: fix null deref on system suspend entry
Michał Kopeć (1):
ALSA: hda/realtek: add quirk for Clevo V5[46]0TU
Nazar Bilinskyi (1):
ALSA: hda/realtek: Enable Mute LED on HP 250 G7
Peter Ujfalusi (1):
ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES
Richard Fitzgerald (5):
firmware: cs_dsp: Fix overflow checking of wmfw header
firmware: cs_dsp: Return error if block header overflows file
firmware: cs_dsp: Validate payload length before processing block
firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers
firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
---
drivers/firmware/cirrus/cs_dsp.c | 231 +++++++++++++++++++++++++----------
sound/pci/hda/cs35l41_hda_property.c | 4 +-
sound/pci/hda/patch_realtek.c | 4 +
sound/soc/codecs/rt711-sdw.c | 2 +
sound/soc/sof/intel/hda-dai.c | 12 +-
sound/soc/sof/intel/hda-pcm.c | 6 +
6 files changed, 184 insertions(+), 75 deletions(-)