The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.3-rc4
for you to fetch changes up to e3720f92e0237921da537e47a0b24e27899203f8:
ASoC: SOF: avoid a NULL dereference with unsupported widgets (2023-03-29 14:40:18 +0100)
---------------------------------------------------------------- ASoC: Fixes for v6.3
More fixes for v6.3, plus a few new trivial device ID additions. Almost all of this is for the Intel drivers, though there is one core fix from Shengjiu which ensures that format constraints are correctly applied in some cases where they were missed.
---------------------------------------------------------------- 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()
Mark Brown (2): Merge tag 'v6.3-rc2' into asoc-6.3 to fix clock related failures ASOC: Intel: add quirk for Intel 'Rooks County' NUC
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
sound/soc/amd/yc/acp6x-mach.c | 7 +++++ sound/soc/codecs/da7213.c | 6 ++++ sound/soc/codecs/da7219-aad.c | 2 ++ sound/soc/codecs/hdac_hdmi.c | 17 ++++++++---- sound/soc/codecs/hdmi-codec.c | 11 ++++++++ sound/soc/codecs/lpass-rx-macro.c | 4 +-- sound/soc/codecs/lpass-tx-macro.c | 15 +++++----- sound/soc/codecs/lpass-wsa-macro.c | 4 +-- sound/soc/fsl/Kconfig | 4 +++ sound/soc/intel/avs/boards/da7219.c | 21 ++++++++++++++ sound/soc/intel/avs/boards/max98357a.c | 22 +++++++++++++++ sound/soc/intel/avs/boards/nau8825.c | 14 +++++----- sound/soc/intel/avs/boards/rt5682.c | 22 +++++++++++++++ sound/soc/intel/avs/boards/ssm4567.c | 31 --------------------- 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 | 22 ++++++++++++++- sound/soc/qcom/qdsp6/q6prm.c | 4 +-- sound/soc/soc-pcm.c | 4 +++ sound/soc/sof/intel/hda-ctrl.c | 3 ++ sound/soc/sof/intel/hda-dsp.c | 12 ++++++++ sound/soc/sof/intel/pci-apl.c | 1 + sound/soc/sof/intel/pci-cnl.c | 2 ++ sound/soc/sof/intel/pci-icl.c | 1 + sound/soc/sof/intel/pci-mtl.c | 1 + sound/soc/sof/intel/pci-skl.c | 2 ++ sound/soc/sof/intel/pci-tgl.c | 7 +++++ sound/soc/sof/intel/pci-tng.c | 6 +--- sound/soc/sof/ipc3-topology.c | 32 +++++++++++++++++++-- sound/soc/sof/ipc3.c | 5 ++-- sound/soc/sof/ipc4-control.c | 3 +- sound/soc/sof/ipc4-topology.c | 29 +++++++++++++++---- sound/soc/sof/ipc4-topology.h | 8 ++++-- sound/soc/sof/ipc4.c | 8 ++++++ sound/soc/sof/sof-audio.c | 32 +++++++++++++++++---- sound/soc/sof/topology.c | 34 +++++++++++------------ 36 files changed, 321 insertions(+), 98 deletions(-)