[GIT PULL] sound fixes for 6.7-final

From: Takashi Iwai
Date: Thu Jan 04 2024 - 04:47:16 EST


Linus,

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

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

The topmost commit is b6ce6e6c79e4ec650887f1fe391a70e54972001a

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

sound fixes for 6.7-final

It became more than wished, partly because of vacations.
But all changes are fairly device-specific and should be safe to
apply.

- A regression fix for Oops at ASoC HD-audio probe
- A series of TAS2781 HD-audio codec fixes
- A random build regression fix with SPI helpers
- Minor endianness fix for USB-audio mixer code
- ASoC FSL driver error handling fix
- ASoC Mediatek driver register fix
- A series of ASoC meson g12a driver fixes
- A few usual HD-audio oneliner quirks

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

Aabish Malik (1):
ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion 14-ec1xxx series

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

Arnd Bergmann (1):
ALSA: hda: cs35l41: fix building without CONFIG_SPI

Chancel Liu (1):
ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable

Eugen Hristev (1):
ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset

Geoffrey D. Bennett (1):
ALSA: scarlett2: Convert meter levels from little-endian

Gergo Koteles (4):
ALSA: hda/tas2781: do not use regcache
ALSA: hda/tas2781: fix typos in comment
ALSA: hda/tas2781: move set_drv_data outside tasdevice_init
ALSA: hda/tas2781: remove sound controls in unbind

Mark Brown (4):
ASoC: meson: g12a-toacodec: Validate written enum values
ASoC: meson: g12a-tohdmitx: Validate written enum values
ASoC: meson: g12a-toacodec: Fix event generation
ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux

Peter Ujfalusi (1):
ASoC: SOF: Intel: hda-codec: Delay the codec device registration

Siddhesh Dharme (1):
ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6

---
sound/pci/hda/cs35l41_hda_property.c | 4 +-
sound/pci/hda/patch_realtek.c | 3 +
sound/pci/hda/tas2781_hda_i2c.c | 244 +++++++++++++++-------------
sound/soc/codecs/tas2781-comlib.c | 4 +-
sound/soc/codecs/tas2781-i2c.c | 2 +
sound/soc/fsl/fsl_rpmsg.c | 10 +-
sound/soc/mediatek/mt8186/mt8186-dai-adda.c | 2 +-
sound/soc/meson/g12a-toacodec.c | 5 +-
sound/soc/meson/g12a-tohdmitx.c | 8 +-
sound/soc/sof/intel/hda-codec.c | 18 +-
sound/usb/mixer_scarlett2.c | 4 +-
11 files changed, 172 insertions(+), 132 deletions(-)