[GIT PULL] sound fixes for 6.12-rc1

From: Takashi Iwai
Date: Fri Aug 02 2024 - 04:15:18 EST


Linus,

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

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

The topmost commit is 478689b5990deb626a0b3f1ebf165979914d6be4

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

sound fixes for 6.11-rc2

A small collection of fixes:
- Revert of FireWire changes that caused a long-time regression
- Another long-time regression fix for AMD HDMI
- MIDI2 UMP fixes
- HD-audio Conexant codec fixes and a qurik

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

Edmund Raile (2):
Revert "ALSA: firewire-lib: obsolete workqueue for period update"
Revert "ALSA: firewire-lib: operate for period elapse event in process context"

Mavroudis Chatzilazaridis (1):
ALSA: hda/realtek: Add quirk for Acer Aspire E5-574G

Takashi Iwai (10):
ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown
ALSA: hda/conexant: Mute speakers at suspend / shutdown
ALSA: seq: ump: Optimize conversions from SysEx to UMP
ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
ALSA: ump: Explicitly reset RPN with Null RPN
ALSA: seq: ump: Use the common RPN/bank conversion context
ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
ALSA: seq: ump: Explicitly reset RPN with Null RPN
ALSA: usb-audio: Correct surround channels in UAC1 channel map
ALSA: hda: Conditionally use snooping for AMD HDMI

songxiebing (1):
ALSA: hda: conexant: Fix headset auto detect fail in the polling mode

---
include/sound/ump_convert.h | 1 +
sound/core/seq/seq_ports.h | 14 +---
sound/core/seq/seq_ump_convert.c | 138 ++++++++++++++++++++++++---------------
sound/core/ump_convert.c | 60 ++++++++++++-----
sound/firewire/amdtp-stream.c | 38 +++++++----
sound/firewire/amdtp-stream.h | 1 +
sound/pci/hda/hda_controller.h | 2 +-
sound/pci/hda/hda_generic.c | 63 ++++++++++++++++++
sound/pci/hda/hda_generic.h | 1 +
sound/pci/hda/hda_intel.c | 10 ++-
sound/pci/hda/patch_conexant.c | 56 ++++------------
sound/pci/hda/patch_realtek.c | 1 +
sound/usb/stream.c | 4 +-
13 files changed, 244 insertions(+), 145 deletions(-)