[GIT PULL] sound fixes for 6.6-rc6

From: Takashi Iwai
Date: Tue Oct 10 2023 - 02:50:12 EST


Linus,

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

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

The topmost commit is 4a63e68a295187ae3c1cb3fa0c583c96a959714f

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

sound fixes for 6.6-rc6

Here is the collection of pending fixes since a couple of weeks ago,
which became slightly bigger than usual due to my vacation.
Most of changes are about ASoC device-specific fixes while USB- and
HD-audio received quirks as usual. All fixes, including two ASoC core
changes, are reasonably small and safe to apply.

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

Alex Bee (1):
dt-bindings: ASoC: rockchip: Add compatible for RK3128 spdif

Amadeusz Sławiński (2):
ASoC: core: Print component name when printing log
ASoC: core: Do not call link_exit() on uninitialized rtd objects

Antoine Gennart (1):
ASoC: tlv320adc3xxx: BUG: Correct micbias setting

Balamurugan C (2):
ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table.
ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match table

Christos Skevis (1):
ALSA: usb-audio: Fix microphone sound on Nexigo webcam.

Fabio Estevam (1):
ASoC: dt-bindings: fsl,micfil: Document #sound-dai-cells

Kailang Yang (2):
ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP
ALSA: hda/realtek: Change model for Intel RVP board

Kuninori Morimoto (2):
ASoC: simple-card-utils: fixup simple_util_startup() error handling
ASoC: simple-card: fixup asoc_simple_probe() error handling

Matthias Reichl (1):
ASoC: hdmi-codec: Fix broken channel map reporting

Miquel Raynal (1):
ASoC: soc-generic-dmaengine-pcm: Fix function name in comment

Pierre-Louis Bossart (2):
ASoC: Intel: soc-acpi: fix Dell SKU 0B34
ASoC: Intel: sof_sdw: add support for SKU 0B14

Shengjiu Wang (2):
ASoC: fsl_sai: Don't disable bitclock for i.MX8MP
ASoC: fsl-asoc-card: use integer type for fll_id and pll_id

Stefan Binding (1):
ALSA: hda: cs35l41: Cleanup and fix double free in firmware request

Sven Frotscher (1):
ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM

Vijendar Mukunda (1):
ASoC: SOF: amd: fix for firmware reload failure after playback

WhaleChang (1):
ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset

Zhang Shurong (1):
ASoC: rt5682: Fix regulator enable/disable sequence

---
.../devicetree/bindings/sound/fsl,micfil.yaml | 3 +
.../devicetree/bindings/sound/rockchip-spdif.yaml | 1 +
include/sound/soc.h | 2 +
sound/pci/hda/cs35l41_hda.c | 115 ++++++++++++++-------
sound/pci/hda/patch_realtek.c | 27 +++--
sound/soc/amd/yc/acp6x-mach.c | 7 ++
sound/soc/codecs/hdmi-codec.c | 5 +-
sound/soc/codecs/rt5682-i2c.c | 10 +-
sound/soc/codecs/tlv320adc3xxx.c | 4 +-
sound/soc/fsl/fsl-asoc-card.c | 12 ++-
sound/soc/fsl/fsl_sai.c | 9 +-
sound/soc/generic/simple-card-utils.c | 3 +-
sound/soc/generic/simple-card.c | 6 +-
sound/soc/intel/boards/sof_es8336.c | 10 ++
sound/soc/intel/boards/sof_sdw.c | 10 ++
sound/soc/intel/common/soc-acpi-intel-adl-match.c | 12 +--
sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 25 +++++
sound/soc/soc-core.c | 24 +++--
sound/soc/soc-generic-dmaengine-pcm.c | 4 +-
sound/soc/sof/amd/pci-rmb.c | 1 -
sound/usb/mixer.c | 7 ++
sound/usb/quirks.c | 8 +-
22 files changed, 225 insertions(+), 80 deletions(-)