[GIT PULL] sound fixes for 6.0-rc8 or final

From: Takashi Iwai
Date: Tue Sep 27 2022 - 04:30:15 EST


Linus,

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

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

The topmost commit is c35fbea48659ec99a4f532c9ee9e8692405afdd0

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

sound fixes for 6.0-rc8 or final

hopefully the last PR for 6.0: here we have a few device-specific
fixes, mostly for ASoC. All look small / trivial enough.

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

Martin Povišer (1):
ASoC: tas2770: Reinit regcache on reset

Oder Chiou (1):
ASoC: rt5640: Fix the issue of the abnormal JD2 status

Pierre-Louis Bossart (2):
ASoC: Intel: sof_sdw: add support for Dell SKU 0AFF
ALSA: hda: intel-dsp-config: add missing RaptorLake PCI IDs

SJLIN0 (1):
ASoC: nau8824: Fix semaphore is released unexpectedly

Shengjiu Wang (1):
ASoC: imx-card: Fix refcount issue with of_node_put

---
sound/hda/intel-dsp-config.c | 10 +++++++
sound/soc/codecs/nau8824.c | 17 +++++++++--
sound/soc/codecs/nau8824.h | 1 +
sound/soc/codecs/rt5640.c | 64 ++++++++++++++++++++++++++++------------
sound/soc/codecs/rt5640.h | 14 +++++++++
sound/soc/codecs/tas2770.c | 3 ++
sound/soc/fsl/imx-card.c | 4 +++
sound/soc/intel/boards/sof_sdw.c | 10 +++++++
8 files changed, 101 insertions(+), 22 deletions(-)