[GIT PULL] sound fixes for 5.18-rc1

From: Takashi Iwai
Date: Fri Apr 01 2022 - 05:17:18 EST


Linus,

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

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

The topmost commit is bc55cfd5718c7c23e5524582e9fa70b4d10f2433

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

sound fixes for 5.18-rc1

Just a few fixes that have been gathered since the previous PR.

- An additional fix for potential PCM deadlocks
- A series of HD-audio CS8409 codec patches for new models
- Other device specific fixes for HD-audio, ASoC mediatek, Intel,
fsl, rockchip

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

Jiaxin Yu (1):
ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs

Kai-Heng Feng (3):
ALSA: hda/realtek: Add mute and micmut LED support for Zbook Fury 17 G9
ALSA: hda/realtek: Enable headset mic on Lenovo P360
ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020

Meng Tang (2):
ASoC: fsl-asoc-card: Fix jack_event() always return 0
ASoC: rockchip: i2s_tdm: Fixup config for SND_SOC_DAIFMT_DSP_A/B

Mohan Kumar (1):
ALSA: hda: Avoid unsol event during RPM suspending

Stefan Binding (5):
ALSA: hda/cs8409: Fix Warlock to use mono mic configuration
ALSA: hda/cs8409: Re-order quirk table into ascending order
ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants
ALSA: hda/cs8409: Support new Warlock MLK Variants
ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg

Takashi Iwai (1):
ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock

Vitaly Rodionov (1):
ALSA: hda/cs8409: Add new Dolphin HW variants

Xiaomeng Tong (1):
ALSA: cs4236: fix an incorrect NULL check on list iterator

Zheng Bin (1):
ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV

---
include/sound/pcm.h | 1 +
sound/core/pcm.c | 1 +
sound/core/pcm_lib.c | 9 ++---
sound/core/pcm_native.c | 39 ++++++++++++++++----
sound/isa/cs423x/cs4236.c | 8 +++--
sound/pci/hda/patch_cs8409-tables.c | 68 ++++++++++++++++++++++++++---------
sound/pci/hda/patch_cs8409.c | 47 +++++++++++++-----------
sound/pci/hda/patch_cs8409.h | 5 +++
sound/pci/hda/patch_hdmi.c | 8 ++++-
sound/pci/hda/patch_realtek.c | 14 ++++++--
sound/soc/codecs/mt6358.c | 4 +++
sound/soc/fsl/fsl-asoc-card.c | 12 +++----
sound/soc/rockchip/rockchip_i2s_tdm.c | 10 +++---
sound/soc/sof/intel/Kconfig | 1 +
14 files changed, 159 insertions(+), 68 deletions(-)