[GIT PULL] sound fixes for 6.0-rc4

From: Takashi Iwai
Date: Thu Sep 01 2022 - 04:12:49 EST


Linus,

please pull sound fixes for v6.0-rc4 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.0-rc4

The topmost commit is 5f3d9e8161bb8cb23ab3b4678cd13f6e90a06186

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

sound fixes for 6.0-rc4

Just handful changes at this time. The only major change is the
regression fix about the x86 WC-page buffer allocation.
The rest are trivial data-race fixes for ALSA sequencer core,
the possible out-of-bounds access fixes in the new ALSA control
hash code, and a few device-specific workarounds and fixes.

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

Dan Carpenter (1):
ALSA: control: Re-order bounds checking in get_ctl_id_hash()

Kacper Michajłow (1):
ALSA: hda/realtek: Add speaker AMP init for Samsung laptops with ALC298

Peter Ujfalusi (1):
ALSA: hda: intel-nhlt: Correct the handling of fmt_config flexible array

Takashi Iwai (4):
ALSA: memalloc: Revive x86-specific WC page allocations again
ALSA: seq: oss: Fix data-race for max_midi_devs access
ALSA: seq: Fix data-race at module auto-loading
ALSA: usb-audio: Add quirk for LH Labs Geek Out HD Audio 1V5

Zheyu Ma (1):
ALSA: control: Fix an out-of-bounds bug in get_ctl_id_hash()

---
sound/core/control.c | 6 +--
sound/core/memalloc.c | 87 ++++++++++++++++++++++++++++++++-------
sound/core/seq/oss/seq_oss_midi.c | 2 +
sound/core/seq/seq_clientmgr.c | 12 +++---
sound/hda/intel-nhlt.c | 8 +++-
sound/pci/hda/patch_realtek.c | 63 ++++++++++++++++++++++++----
sound/usb/quirks.c | 2 +
7 files changed, 146 insertions(+), 34 deletions(-)