[GIT PULL] sound fixes for 5.15-rc7

From: Takashi Iwai
Date: Wed Oct 20 2021 - 02:40:16 EST


Linus,

please pull sound fixes for v5.15-rc7 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.15-rc7

The topmost commit is 29664923725a384dc7e0f74af7c66e5ab7bb2a26

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

sound fixes for 5.15-rc7

Again it became bigger than wished, unfortunately, as this contains
quite a few ASoC fixes that came up a bit late. It also includes
yet more HD- and USB-audio quirks: I decided to merge them now, as
those are for stable, and we'll need them sooner or later.

Although the volumes are a bit high, all changes are device-specific
(and reasonably small) fixes, so it should be safe for the late rc.

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

Andy Shevchenko (4):
ASoC: Intel: bytcht_es8316: Get platform data via dev_get_platdata()
ASoC: Intel: bytcht_es8316: Use temporary variable for struct device
ASoC: Intel: bytcht_es8316: Switch to use gpiod_get_optional()
ASoC: Intel: bytcht_es8316: Utilize dev_err_probe() to avoid log saturation

Brendan Grieve (1):
ALSA: usb-audio: Provide quirk for Sennheiser GSP670 Headset

Davide Baldo (1):
ALSA: hda/realtek: Fixes HP Spectre x360 15-eb1xxx speakers

Greg Kroah-Hartman (1):
ALSA: usb-audio: add Schiit Hel device to quirk table

Hans de Goede (1):
ASoC: nau8824: Fix headphone vs headset, button-press detection no longer working

Marco Giunta (1):
ALSA: usb-audio: Fix microphone sound on Jieli webcam.

Mark Brown (2):
ASoC: pcm179x: Add missing entries SPI to device ID table
ASoC: cs4341: Add SPI device ID table

Peter Rosin (1):
ASoC: pcm512x: Mend accesses to the I2S_1 and I2S_2 registers

Shengjiu Wang (2):
ASoC: fsl_xcvr: Fix channel swap issue with ARC
ASoC: wm8960: Fix clock configuration on slave mode

Srinivasa Rao Mandadapu (2):
ASoC: wcd938x: Fix jack detection issue
ASoC: codec: wcd938x: Add irq config support

Stefan Binding (1):
ASoC: cs42l42: Ensure 0dB full scale volume is used for headsets

Steven Clarkson (1):
ALSA: hda/realtek: Add quirk for Clevo PC50HS

Takashi Iwai (1):
ASoC: DAPM: Fix missing kctl change notifications

Yang Yingliang (1):
ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked()

---
sound/pci/hda/patch_realtek.c | 47 ++++++++++++++++++++++++++++++++++
sound/soc/codecs/Kconfig | 1 +
sound/soc/codecs/cs42l42.c | 16 +++---------
sound/soc/codecs/cs4341.c | 7 +++++
sound/soc/codecs/nau8824.c | 4 +--
sound/soc/codecs/pcm179x-spi.c | 1 +
sound/soc/codecs/pcm512x.c | 2 ++
sound/soc/codecs/wcd938x.c | 6 ++---
sound/soc/codecs/wm8960.c | 13 +++++++---
sound/soc/fsl/fsl_xcvr.c | 17 ++++++++----
sound/soc/intel/boards/bytcht_es8316.c | 37 +++++++++-----------------
sound/soc/soc-core.c | 1 +
sound/soc/soc-dapm.c | 13 ++++++----
sound/usb/mixer.c | 7 +++++
sound/usb/quirks-table.h | 32 +++++++++++++++++++++++
sound/usb/quirks.c | 9 +++++++
16 files changed, 157 insertions(+), 56 deletions(-)