[GIT PULL] sound fixes for 6.5

From: Takashi Iwai
Date: Fri Aug 25 2023 - 04:30:52 EST


Linus,

please pull sound fixes for v6.5 from:

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

The topmost commit is 37e44d60cb875862930359e16a1f4764cedb342b

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

sound fixes for 6.5

Hopefully the last bits for 6.5. It's slightly higher LOCs than
wished, but it doesn't look scary.

The biggest change is MAINTAINERS update for TI; it's good to have
the update before the final release, so that people can contact to
the right persons for bug reports (which shouldn't happen of course!)

The rest are all device-specific fixes and quirks, most for various
ASoC platforms.

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

BrenoRCBrito (1):
ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x

Chao Song (1):
ASoC: SOF: ipc4-pcm: fix possible null pointer deference

Charles Keepax (1):
ASoC: cs35l41: Correct amp_gain_tlv values

Kevin-Lu (1):
MAINTAINERS: Add entries for TEXAS INSTRUMENTS ASoC DRIVERS

Maciej Strozek (1):
ASoC: cs35l56: Read firmware uuid from a device property instead of _SUB

Mario Limonciello (1):
ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ

Shenghao Ding (1):
ASoC: tas2781: fixed register access error when switching to other chips

Simon Trimmer (1):
ASoC: cs35l56: Add an ACPI match table

Takashi Iwai (1):
ALSA: ymfpci: Fix the missing snd_card_free() call at probe error

---
MAINTAINERS | 33 +++++++++++++++++++++++++++++++++
sound/pci/ymfpci/ymfpci.c | 10 ++++++++--
sound/soc/amd/yc/acp6x-mach.c | 9 ++++++++-
sound/soc/codecs/cs35l41.c | 2 +-
sound/soc/codecs/cs35l56-i2c.c | 9 +++++++++
sound/soc/codecs/cs35l56-spi.c | 9 +++++++++
sound/soc/codecs/cs35l56.c | 31 ++++++++++++-------------------
sound/soc/codecs/tas2781-comlib.c | 19 ++++++++++---------
sound/soc/sof/ipc4-pcm.c | 3 +++
9 files changed, 93 insertions(+), 32 deletions(-)