[GIT PULL] sound fixes for 6.7-rc7

From: Takashi Iwai
Date: Fri Dec 22 2023 - 11:34:11 EST


Linus,

please pull sound fixes for v6.7-rc7 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.7-rc7

The topmost commit is 916d051730ae48aef8b588fd096fefca4bc0590a

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

sound fixes for 6.7-rc7

Apparently there were so many kids wishing bug fixes that made Santa
busy; here we have lots of fixes although it's a bit late.
But all changes are device-specific, hence it should be relatively
safe to apply.

Most of changes are for Cirrus codecs (for both ASoC and HD-audio),
while the remaining are fixes for TI codecs, HD-audio and USB-audio
quirks.

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

Charles Keepax (1):
ASoC: cs42l43: Don't enable bias sense during type detect

Clément Villeret (1):
ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA

Curtis Malainey (1):
ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix topology compatible

Gergo Koteles (2):
ALSA: hda/tas2781: select program 0, conf 0 by default
ASoC: tas2781: check the validity of prm_no/cfg_no

Ghanshyam Agrawal (1):
kselftest: alsa: fixed a print formatting warning

Hans de Goede (2):
ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346
ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk

Jeremie Knuesel (1):
ALSA: usb-audio: Increase delay in MOTU M quirk

Jerome Brunet (1):
ASoC: hdmi-codec: fix missing report for jack initial status

Ricardo Rivera-Matos (3):
ASoC: cs35l45: Use modern pm_ops
ASoC: cs35l45: Prevent IRQ handling when suspending/resuming
ASoC: cs35l45: Prevents spinning during runtime suspend

Richard Fitzgerald (1):
ASoC: Intel: soc-acpi-intel-mtl-match: Change CS35L56 prefixes to AMPn

Shengjiu Wang (1):
ASoC: fsl_sai: Fix channel swap issue on i.MX8MP

Stefan Binding (9):
ALSA: hda: cs35l41: Add config table to support many laptops without _DSD
ALSA: hda: cs35l41: Support additional ASUS ROG 2023 models
ALSA: hda/realtek: Add quirks for ASUS ROG 2023 models
ALSA: hda: cs35l41: Support additional ASUS Zenbook 2022 Models
ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models
ALSA: hda: cs35l41: Support additional ASUS Zenbook 2023 Models
ALSA: hda/realtek: Add quirks for ASUS Zenbook 2023 Models
ALSA: hda: cs35l41: Do not allow uninitialised variables to be freed
ALSA: hda: cs35l41: Only add SPI CS GPIO if SPI is enabled in kernel

---
sound/pci/hda/cs35l41_hda.c | 2 +
sound/pci/hda/cs35l41_hda.h | 5 +-
sound/pci/hda/cs35l41_hda_property.c | 365 +++++++++++++++++++---
sound/pci/hda/patch_realtek.c | 38 ++-
sound/pci/hda/tas2781_hda_i2c.c | 4 +
sound/soc/codecs/cs35l45-i2c.c | 2 +-
sound/soc/codecs/cs35l45-spi.c | 2 +-
sound/soc/codecs/cs35l45.c | 56 +++-
sound/soc/codecs/cs42l43-jack.c | 21 +-
sound/soc/codecs/hdmi-codec.c | 12 +-
sound/soc/codecs/tas2781-fmwlib.c | 14 +-
sound/soc/fsl/fsl_sai.c | 3 +
sound/soc/intel/boards/bytcr_rt5640.c | 31 +-
sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 8 +-
sound/soc/sof/mediatek/mt8186/mt8186.c | 3 -
sound/usb/quirks.c | 4 +-
tools/testing/selftests/alsa/mixer-test.c | 2 +-
17 files changed, 477 insertions(+), 95 deletions(-)