[GIT PULL] sound fixes for 6.10-rc1

From: Takashi Iwai
Date: Fri May 24 2024 - 04:13:43 EST


Linus,

please pull sound fixes for v6.10-rc1 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.10-rc1

The topmost commit is d001e978c1c45b25d823489171151d13fd28ef4e

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

sound fixes for 6.10-rc1

A collection of small fixes for 6.10-rc1. Most of changes are
various device-specific fixes and quirks, while there are a few small
changes in ALSA core timer and module / built-in fixes.

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

Abhinav Saxena (1):
Documentation: sound: Fix trailing whitespaces

Andy Chi (1):
ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 440/460 G11.

Jack Yu (1):
ASoC: rt5645: mic-in detection threshold modification

Jian-Hong Pan (1):
ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897

Manuel Barrio Linares (1):
ALSA: usb-audio: Fix for sampling rates support for Mbox3

Peter Ujfalusi (1):
ASoC: Intel: sof_sdw_rt_sdca_jack_common: Use name_prefix for `-sdca` detection

Rob Herring (Arm) (1):
ASoC: dt-bindings: stm32: Ensure compatible pattern matches whole string

Shenghao Ding (2):
ASoC: tas2552: Add TX path for capturing AUDIO-OUT data
ASoC: tas2781: Fix wrong loading calibrated data sequence

Takashi Iwai (3):
ALSA: timer: Set lower bound of start tick time
ALSA: core: Fix NULL module pointer assignment at card init
ALSA: core: Enable proc module when CONFIG_MODULES=y

Zhang Yi (1):
ASoC: codecs: ES8326: solve hp and button detect issue

---
.../devicetree/bindings/sound/st,stm32-sai.yaml | 2 +-
Documentation/sound/hd-audio/notes.rst | 16 ++--
include/sound/tas2781-dsp.h | 7 +-
sound/core/init.c | 12 +--
sound/core/timer.c | 8 ++
sound/pci/hda/patch_realtek.c | 12 +++
sound/soc/codecs/es8326.c | 6 +-
sound/soc/codecs/rt5645.c | 1 +
sound/soc/codecs/tas2552.c | 15 ++-
sound/soc/codecs/tas2781-fmwlib.c | 103 ++++++---------------
sound/soc/codecs/tas2781-i2c.c | 4 +-
.../soc/intel/boards/sof_sdw_rt_sdca_jack_common.c | 2 +-
sound/usb/quirks.c | 4 +-
13 files changed, 86 insertions(+), 106 deletions(-)