[GIT PULL] sound fixes for 6.13-final

From: Takashi Iwai
Date: Tue Jan 14 2025 - 03:40:28 EST


Linus,

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

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

The topmost commit is 34c8e74cd6667ef5da90d448a1af702c4b873bd3

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

sound fixes for 6.13-final

Hopefully the last PR for 6.13. This became bigger than wished
due to the timing after holiday breaks.

The only large LOC is the additional document for Cirrus codec
which is nice for users (and absolutely safe). All the rest are
small fixes in ASoC Rcar and codecs as well as HD-audio quirks.
(And no fix for USB guitar pedals seen yet :)

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

Charles Keepax (3):
ASoC: wm8994: Add depends on MFD core
ASoC: samsung: Add missing selects for MFD_WM8994
ASoC: samsung: Add missing depends on I2C

Kuninori Morimoto (2):
MAINTAINERS: add missing maintainers for Simple Audio Card
ASoC: rsnd: check rsnd_adg_clk_enable() return value

Luke D. Jones (2):
ALSA: hda/realtek: fixup ASUS GA605W
ALSA: hda/realtek: fixup ASUS H7606W

Maciej Strozek (1):
ASoC: cs42l43: Add codec force suspend/resume ops

Marian Postevca (1):
ASoC: codecs: es8316: Fix HW rate calculation for 48Mhz MCLK

Richard Fitzgerald (2):
ALSA: doc: cs35l56: Add information about Cirrus Logic CS35L54/56/57
ALSA: doc: Add codecs/index.rst to top-level index

Shenghao Ding (1):
ASoC: tas2781: Fix occasional calibration failture

Stefan Binding (1):
ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA

Yage Geng (1):
ALSA: hda/realtek: Fix volume adjustment issue on Lenovo ThinkBook 16P Gen5

Zhang Yi (1):
ASoC: codecs: ES8326: Adjust ANA_MICBIAS to reduce pop noise

---
Documentation/sound/codecs/cs35l56.rst | 292 +++++++++++++++++++++++++++++++++
Documentation/sound/codecs/index.rst | 9 +
Documentation/sound/index.rst | 1 +
MAINTAINERS | 2 +
sound/pci/hda/patch_realtek.c | 7 +-
sound/soc/codecs/Kconfig | 1 +
sound/soc/codecs/cs42l43.c | 1 +
sound/soc/codecs/es8316.c | 10 +-
sound/soc/codecs/es8326.c | 23 ++-
sound/soc/codecs/tas2781-i2c.c | 2 +-
sound/soc/renesas/rcar/adg.c | 28 +++-
sound/soc/renesas/rcar/core.c | 4 +-
sound/soc/renesas/rcar/rsnd.h | 2 +-
sound/soc/samsung/Kconfig | 6 +-
14 files changed, 369 insertions(+), 19 deletions(-)
create mode 100644 Documentation/sound/codecs/cs35l56.rst
create mode 100644 Documentation/sound/codecs/index.rst