[GIT PULL] sound fixes for 6.0-rc1

From: Takashi Iwai
Date: Fri Aug 12 2022 - 05:50:55 EST


Linus,

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

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

The topmost commit is 636aa8807b5780b76609b40cd3d3e1b5a225471c

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

sound fixes for 6.0-rc1

Includes a few usual updates for HD- and USB-audio and a trivial
cleanup patch.

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

Allen Ballway (1):
ALSA: hda/cirrus - support for iMac 12,1 model

Bedant Patnaik (1):
ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LED

Christian Colglazier (1):
ALSA: scarlett2: Add Focusrite Clarett+ 8Pre support

Colin Ian King (2):
ALSA: ice1712: remove redundant assignment to new
ALSA: usb-audio: make read-only array marker static const

Meng Tang (2):
ALSA: hda/realtek: Add quirk for another Asus K42JZ model
ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook model

Mohan Kumar (1):
ALSA: hda: Fix crash due to jack poll in suspend

Takashi Iwai (1):
ALSA: usb-audio: More comprehensive mixer map for ASUS ROG Zenith II

---
sound/pci/hda/hda_codec.c | 14 ++++---
sound/pci/hda/patch_cirrus.c | 1 +
sound/pci/hda/patch_conexant.c | 11 ++++-
sound/pci/hda/patch_realtek.c | 12 ++++++
sound/pci/ice1712/quartet.c | 2 +-
sound/usb/card.c | 8 ++++
sound/usb/mixer_maps.c | 34 +++++++++++----
sound/usb/mixer_quirks.c | 1 +
sound/usb/mixer_scarlett_gen2.c | 91 ++++++++++++++++++++++++++++++++++++++++-
sound/usb/pcm.c | 2 +-
10 files changed, 157 insertions(+), 19 deletions(-)