Re: [GIT PULL] sound fixes for 6.2-rc8

From: Takashi Iwai
Date: Fri Feb 10 2023 - 04:13:14 EST


Linus,

please pull sound fixes for v6.2-rc8 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.2-rc8

The topmost commit is 88d18b8896bd98e636b632f805b7e84e61458255

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

sound fixes for 6.2-rc8

Hopefully the last one for 6.2, a collection of the fixes that have
been gathered since the last PR. All changes are small and trivial
device-specific fixes.

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

Alexey Firago (1):
ASoC: codecs: es8326: Fix DTS properties reading

Amadeusz Sławiński (1):
ASoC: topology: Return -ENOMEM on memory allocation failure

Andy Chi (1):
ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.

Artemii Karasev (1):
ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()

Dan Carpenter (1):
ALSA: pci: lx6464es: fix a debug loop

Daniel Beer (2):
ASoC: tas5805m: rework to avoid scheduling while atomic.
ASoC: tas5805m: add missing page switch.

Edson Juliano Drosdeck (1):
ALSA: hda/realtek: Add Positivo N14KP6-TG

Elvis Angelaccio (1):
ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9

Guillaume Pinot (1):
ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360

Jack Yu (1):
ASoC: rt715-sdca: fix clock stop prepare timeout issue

Shengjiu Wang (1):
ASoC: fsl_sai: fix getting version from VERID

Stefan Binding (1):
ALSA: hda/realtek: Add quirk for ASUS UM3402 using CS35L41

V sujith kumar Reddy (1):
ASoC: SOF: amd: Fix for handling spurious interrupts from DSP

---
sound/pci/hda/patch_realtek.c | 9 +++
sound/pci/lx6464es/lx_core.c | 11 ++--
sound/soc/codecs/es8326.c | 6 +-
sound/soc/codecs/rt715-sdca-sdw.c | 2 +-
sound/soc/codecs/tas5805m.c | 131 ++++++++++++++++++++++++++------------
sound/soc/fsl/fsl_sai.c | 1 +
sound/soc/soc-topology.c | 8 ++-
sound/soc/sof/amd/acp.c | 36 +++++------
sound/synth/emux/emux_nrpn.c | 3 +
9 files changed, 134 insertions(+), 73 deletions(-)