[GIT PULL] sound fixes for 6.4-rc4

From: Takashi Iwai
Date: Thu May 25 2023 - 03:20:30 EST


Linus,

please pull sound fixes for v6.4-rc4 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.4-rc4

The topmost commit is 4ca110cab46561cd74a2acd9b447435acb4bec5f

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

A collection of small fixes since the previous PR.

- HD-audio runtime PM bug fix
- A couple of HD-audio quirks
- Fix series of ASoC Intel AVS drivers
- ASoC DPCM fix for a bug found on new Intel systems
- A few other ASoC device-specific small fixes

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

Adam Stylinski (1):
ALSA: hda/ca0132: add quirk for EVGA X299 DARK

Amadeusz Sławiński (4):
ASoC: Intel: avs: Fix module lookup
ASoC: Intel: avs: Access path components under lock
ASoC: Intel: avs: Fix avs_path_module::instance_id size
ASoC: Intel: avs: Add missing checks on FE startup

Bin Li (1):
ALSA: hda/realtek: Enable headset onLenovo M70/M90

Cezary Rojewski (3):
ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg
ASoC: Intel: avs: Fix declaration of enum avs_channel_config
ASoC: Intel: avs: Account for UID of ACPI device

David Epping (1):
ASoC: dt-bindings: tlv320aic32x4: Fix supply names

Matthias Kaehlcke (1):
ASoC: rt5682: Disable jack detection interrupt during suspend

Maxim Kochetkov (1):
ASoC: dwc: move DMA init to snd_soc_dai_driver probe()

Ranjani Sridharan (1):
ASoC: soc-pcm: test if a BE can be prepared

Ravulapati Vishnu Vardhan Rao (1):
ASoC: lpass: Fix for KASAN use_after_free out of bounds

Stefan Binding (1):
ASoC: cs35l41: Fix default regmap values for some registers

Takashi Iwai (1):
ALSA: hda: Fix unhandled register update during auto-suspend period

---
.../devicetree/bindings/sound/tlv320aic32x4.txt | 2 +-
include/sound/soc-acpi.h | 1 +
include/sound/soc-dpcm.h | 4 +++
include/uapi/sound/skl-tplg-interface.h | 3 +-
sound/hda/hdac_device.c | 2 +-
sound/pci/hda/patch_ca0132.c | 1 +
sound/pci/hda/patch_realtek.c | 2 ++
sound/soc/codecs/cs35l41-lib.c | 6 ++--
sound/soc/codecs/lpass-tx-macro.c | 5 +++
sound/soc/codecs/rt5682-i2c.c | 4 ++-
sound/soc/codecs/rt5682.c | 6 ++++
sound/soc/codecs/rt5682.h | 1 +
sound/soc/dwc/dwc-i2s.c | 41 +++++-----------------
sound/soc/intel/avs/apl.c | 6 +++-
sound/soc/intel/avs/avs.h | 4 +--
sound/soc/intel/avs/board_selection.c | 2 +-
sound/soc/intel/avs/control.c | 22 ++++++++----
sound/soc/intel/avs/dsp.c | 4 +--
sound/soc/intel/avs/messages.h | 2 +-
sound/soc/intel/avs/path.h | 2 +-
sound/soc/intel/avs/pcm.c | 23 +++++++++---
sound/soc/intel/avs/probes.c | 2 +-
sound/soc/soc-pcm.c | 20 +++++++++++
23 files changed, 105 insertions(+), 60 deletions(-)