[GIT PULL] sound fixes for 5.17-rc1

From: Takashi Iwai
Date: Fri Jan 21 2022 - 03:55:20 EST


Linus,

please pull sound fixes for v5.17-rc1 from:

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

The topmost commit is 2a1355f0bf41a2132d522ed7a2a7eb1cc4fe3d8f

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

sound fixes for 5.17-rc1

A small set of HD-audio and USB-audio fixes as well as a couple of
ALSA core fixes. Most of them are fix-ups for the newly added
CS35L41 codec.

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

Alexander Sergeyev (1):
ALSA: hda/realtek: fix speakers and micmute on HP 855 G8

Charles Keepax (2):
ALSA: hda: cs35l41: Avoid overwriting register patch
ALSA: hda: cs35l41: Add calls to newly added test key function

Johannes Schickel (1):
ALSA: usb-audio: add mapping for MSI MPG X570S Carbon Max Wifi.

Lucas Tanure (4):
ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespace
ALSA: hda: cs35l41: Add missing default cases
ALSA: hda: cs35l41: Make use of the helper function dev_err_probe()
ALSA: hda: cs35l41: Tidyup code

Stefan Binding (1):
ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409

Takashi Iwai (2):
ALSA: core: Fix SSID quirk lookup for subvendor=0
ALSA: core: Simplify snd_power_ref_and_wait() with the standard macro

Uwe Kleine-König (1):
ALSA: hda: cs35l41: Make cs35l41_hda_remove() return void

---
sound/core/init.c | 25 ++-----
sound/core/misc.c | 2 +-
sound/pci/hda/cs35l41_hda.c | 134 ++++++++++++++++++++----------------
sound/pci/hda/cs35l41_hda.h | 4 +-
sound/pci/hda/cs35l41_hda_i2c.c | 6 +-
sound/pci/hda/cs35l41_hda_spi.c | 6 +-
sound/pci/hda/patch_cs8409-tables.c | 2 +
sound/pci/hda/patch_realtek.c | 12 ++++
sound/usb/mixer_maps.c | 12 ++++
9 files changed, 116 insertions(+), 87 deletions(-)