[GIT PULL] sound fixes for 6.15-rc1

From: Takashi Iwai
Date: Fri Apr 04 2025 - 05:05:14 EST


Linus,

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

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

The topmost commit is 02dc9b9617e4d2b93676f0ea1de797e1da8e7c37

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

sound fixes for 6.15-rc1

A collection of device-specific fixes that have been gathered since
the previous PR.

- A few more HD-audio quirks and fixups
- A series of Qualcomm AudioReach fixes
- Various small fixes for ASoC rt5665, WSA, SOF and Cirrus.

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

Alexey Klimov (1):
ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error path

Andy Shevchenko (1):
ALSA/hda: intel-sdw-acpi: Remove (explicitly) unused header

Christophe JAILLET (1):
ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe()

Dan Carpenter (1):
ASoC: sma1307: Fix error handling in sma1307_setting_loaded()

Henry Martin (1):
ASoC: imx-card: Add NULL check in imx_card_probe()

Kailang Yang (1):
ALSA: hda/realtek - Support mute led function for HP platform

Krzysztof Kozlowski (2):
ASoC: codecs: wsa883x: Correct VI sense channel mask
ASoC: codecs: wsa884x: Correct VI sense channel mask

Peter Ujfalusi (1):
ASoC: SOF: hda/ptl: Move mic privacy change notification sending to a work

Richard Fitzgerald (1):
firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success

Sharan Kumar M (1):
ALSA: hda/realtek: Enable Mute LED on HP OMEN 16 Laptop xd000xx

Shenghao Ding (1):
ALSA: hda/tas2781: Upgrade calibratd-data writing code to support Alpha and Beta dsp firmware

Srinivas Kandagatla (5):
ASoC: q6apm-dai: schedule all available frames to avoid dsp under-runs
ASoC: q6apm: add q6apm_get_hw_pointer helper
ASoC: qdsp6: q6apm-dai: set 10 ms period and buffer alignment.
ASoC: qdsp6: q6apm-dai: fix capture pipeline overruns.
ASoC: q6apm-dai: make use of q6apm_get_hw_pointer

Takashi Iwai (2):
ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA
ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model

---
drivers/firmware/cirrus/cs_dsp.c | 2 ++
sound/hda/intel-sdw-acpi.c | 2 +-
sound/pci/hda/patch_realtek.c | 65 ++++++++++++++++++++++++++++++++++------
sound/pci/hda/tas2781_hda_i2c.c | 30 ++++++++++++-------
sound/soc/codecs/rt5665.c | 24 +++------------
sound/soc/codecs/sma1307.c | 11 ++-----
sound/soc/codecs/wsa883x.c | 2 +-
sound/soc/codecs/wsa884x.c | 2 +-
sound/soc/fsl/imx-card.c | 4 +++
sound/soc/qcom/qdsp6/q6apm-dai.c | 60 ++++++++++++++++++++-----------------
sound/soc/qcom/qdsp6/q6apm.c | 18 ++++++++++-
sound/soc/qcom/qdsp6/q6apm.h | 3 ++
sound/soc/qcom/qdsp6/q6asm-dai.c | 19 ++++++++----
sound/soc/sof/intel/hda-dsp.c | 8 +++++
sound/soc/sof/intel/hda.c | 4 +++
sound/soc/sof/intel/hda.h | 8 +++++
sound/soc/sof/intel/ptl.c | 33 +++++++++++++++++---
17 files changed, 205 insertions(+), 90 deletions(-)