[GIT PULL] sound fixes for 6.3-rc6

From: Takashi Iwai
Date: Thu Apr 06 2023 - 08:39:50 EST


Linus,

please pull sound fixes for v6.3-rc6 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.3-rc6

The topmost commit is f785f5ee968f7045268b8be6b0abc850c4a4277c

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

sound fixes for 6.3-rc6

The majority of changes here are various fixes for Intel drivers,
while there is a change in ASoC PCM core for the format constraints.
In addition, a workaround for HD-audio HDMI regressions and usual
HD-audio quirks are found.

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

Andy Chi (1):
ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook

Duy Nguyen (1):
ASoC: da7213.c: add missing pm_runtime_disable()

Eugene Huang (2):
ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15
ASoC: Intel: soc-acpi: add table for Intel 'Rooks County' NUC M15

Ge-org Brohammer (1):
ASoC: amd: yc: Add DMI entries to support Victus by HP Laptop 16-e1xxx (8A22)

Guennadi Liakhovetski (1):
ASoC: SOF: avoid a NULL dereference with unsupported widgets

Hans de Goede (1):
ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750

Jason Montleon (1):
ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()

Jeremy Soller (1):
ALSA: hda/realtek: Add quirk for Clevo X370SNW

Ranjani Sridharan (1):
ASoC: SOF: ipc4: Ensure DSP is in D0I0 during sof_ipc4_set_get_data()

Shengjiu Wang (1):
ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm

Srinivas Kandagatla (1):
ASoC: codecs: lpass: fix the order or clks turn off during suspend

Takashi Iwai (1):
ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement

---
sound/pci/hda/patch_hdmi.c | 11 +++++++++++
sound/pci/hda/patch_realtek.c | 2 ++
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
sound/soc/codecs/da7213.c | 6 ++++++
sound/soc/codecs/hdac_hdmi.c | 17 +++++++++++------
sound/soc/codecs/lpass-rx-macro.c | 4 ++--
sound/soc/codecs/lpass-tx-macro.c | 4 ++--
sound/soc/codecs/lpass-wsa-macro.c | 4 ++--
sound/soc/intel/boards/bytcr_rt5640.c | 12 ++++++++++++
sound/soc/intel/boards/sof_sdw.c | 11 +++++++++++
sound/soc/intel/common/soc-acpi-intel-adl-match.c | 20 ++++++++++++++++++++
sound/soc/soc-pcm.c | 4 ++++
sound/soc/sof/ipc4-topology.c | 8 ++++++++
sound/soc/sof/ipc4.c | 8 ++++++++
14 files changed, 106 insertions(+), 12 deletions(-)