[GIT PULL] sound fixes for 6.0-rc2
From: Takashi Iwai
Date: Fri Aug 19 2022 - 03:49:20 EST
Linus,
please pull sound fixes for v6.0-rc2 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.0-rc2
The topmost commit is 90d74fdbd8059bf041ac797092c9b1d461555280
----------------------------------------------------------------
sound fixes for 6.0-rc2
The only significant core change is ASoC DPCM fix for asymmetric
setup; other remaining changes are device-specific fixes, including
the hardening of string manipulations.
One change in platform/x86 is the patch I forgot to apply from a
series for CS35L41 codec.
----------------------------------------------------------------
Amadeusz Sławiński (1):
ALSA: info: Fix llseek return value when using callback
Biju Das (1):
ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path
Christoffer Sandberg (1):
ALSA: hda/realtek: Add quirk for Clevo NS50PU, NS70PU
Justin Stitt (1):
ASoC: SOF: ipc3-topology: Fix clang -Wformat warning
Lucas Tanure (1):
platform/x86: serial-multi-instantiate: Add CLSA0101 Laptop
Martin Povišer (4):
ASoC: tas2770: Set correct FSYNC polarity
ASoC: tas2770: Allow mono streams
ASoC: tas2770: Drop conflicting set_bias_level power setting
ASoC: tas2770: Fix handling of mute/unmute
Oder Chiou (1):
ASoC: rt5640: Fix the JD voltage dropping issue
Philipp Zabel (1):
ASoC: codec: tlv320aic32x4: fix mono playback via I2S
Pierre-Louis Bossart (1):
ASoC: Intel: fix sof_es8336 probe
Stefan Binding (3):
ALSA: hda/realtek: Add quirks for ASUS Zenbooks using CS35L41
ALSA: hda: cs35l41: Clarify support for CSC3551 without _DSD Properties
ALSA: hda/cs8409: Support new Dolphin Variants
Takashi Iwai (5):
ASoC: Intel: avs: Fix potential buffer overflow by snprintf()
ASoC: SOF: debug: Fix potential buffer overflow by snprintf()
ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf()
ASoC: DPCM: Don't pick up BE without substream
ALSA: hda/realtek: Add quirk for Lenovo Yoga7 14IAL7
syed sabakareem (1):
ASoC: amd: yc: Update DMI table entries for AMD platforms
---
drivers/platform/x86/serial-multi-instantiate.c | 1 +
sound/core/info.c | 6 +-
sound/pci/hda/cs35l41_hda.c | 5 ++
sound/pci/hda/patch_cs8409-tables.c | 4 +
sound/pci/hda/patch_realtek.c | 4 +
sound/soc/amd/yc/acp6x-mach.c | 28 +++++++
sound/soc/codecs/rt5640.c | 5 +-
sound/soc/codecs/tas2770.c | 98 +++++++++++--------------
sound/soc/codecs/tas2770.h | 5 ++
sound/soc/codecs/tlv320aic32x4.c | 9 +++
sound/soc/intel/avs/pcm.c | 4 +-
sound/soc/intel/boards/sof_es8336.c | 4 +-
sound/soc/sh/rz-ssi.c | 26 ++++---
sound/soc/soc-pcm.c | 3 +
sound/soc/sof/debug.c | 6 +-
sound/soc/sof/intel/hda.c | 2 +-
sound/soc/sof/ipc3-topology.c | 2 +-
17 files changed, 133 insertions(+), 79 deletions(-)