[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87qzxv2p97.wl-tiwai@suse.de>
Date: Fri, 01 Aug 2025 14:35:48 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Mark Brown <broonie@...nel.org>, Liam Girdwood <lgirdwood@...il.com>,
Linux Sound Mailing List <linux-sound@...r.kernel.org>, Linux Kernel
Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound updates #2 for 6.17-rc1
Linus,
please pull another sound updates for v6.17-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.17-rc1-2
The topmost commit is df485a4b2b3ee5b35c80f990beb554e38a8a5fb1
----------------------------------------------------------------
sound updates #2 for 6.17-rc1
For catching up the remaining stuff for 6.17: only small updates
and the rest are mostly small fixes.
- Fixes in HD-audio codec driver Kconfig, so that configurations
can be more easily/safely carried between different versions
- Fixes in ASoC SDCA, FSL xcvr, AW88399
- ASoC IMX WM8524 support
- HD-audio and USB-audio quirks and fixes
- A minor selftest fix
----------------------------------------------------------------
Baojun Xu (1):
ALSA: hda: Fix the wrong register was used for DVC of TAS2770
Chancel Liu (1):
ASoC: imx-card: Add WM8524 support
Charles Keepax (2):
ASoC: SDCA: Fix some holes in the regmap readable/writeable helpers
ASoC: SDCA: Add support for -cn- value properties
Edip Hazuri (3):
ALSA: hda/realtek - Fix mute LED for HP Victus 16-r1xxx
ALSA: hda/realtek - Fix mute LED for HP Victus 16-s0xxx
ALSA: hda/realtek - Fix mute LED for HP Victus 16-d1xxx (MB 8A26)
Geoffrey D. Bennett (1):
ALSA: scarlett2: Add retry on -EPROTO from scarlett2_usb_tx()
Shengjiu Wang (2):
ASoC: fsl_xcvr: get channel status data when PHY is not exists
ASoC: fsl_xcvr: get channel status data with firmware exists
Takashi Iwai (7):
ALSA: hda/realtek: Enable drivers as default
ALSA: hda/cirrus: Enable drivers as default
ALSA: hda/hdmi: Enable drivers as default
arm: Update HD-audio configs again
LoongArch: Update HD-audio codec configs
mips: Update HD-audio configs again
ALSA: usb: scarlett2: Fix missing NULL check
Varshini Rajendran (1):
ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc
WangYuli (1):
selftests: ALSA: fix memory leak in utimer test
Weidong Wang (1):
ASoC: codecs: Add acpi_match_table for aw88399 driver
noble.yang (1):
ALSA: usb-audio: Add DSD support for Comtrue USB Audio device
---
.../devicetree/bindings/sound/atmel,at91-ssc.yaml | 11 ++-
arch/arm/configs/multi_v7_defconfig | 4 +-
arch/arm/configs/tegra_defconfig | 5 ++
arch/loongarch/configs/loongson3_defconfig | 15 ++++
arch/mips/configs/loongson2k_defconfig | 11 +++
arch/mips/configs/loongson3_defconfig | 15 +++-
include/sound/sdca_function.h | 14 +--
include/sound/tas2770-tlv.h | 4 +-
sound/hda/codecs/cirrus/Kconfig | 9 ++
sound/hda/codecs/hdmi/Kconfig | 24 ++++--
sound/hda/codecs/hdmi/Makefile | 2 +-
sound/hda/codecs/realtek/Kconfig | 12 ++-
sound/hda/codecs/realtek/alc269.c | 3 +
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 2 +-
sound/soc/codecs/aw88399.c | 9 ++
sound/soc/fsl/fsl_xcvr.c | 25 +++++-
sound/soc/fsl/imx-card.c | 40 +++++++++
sound/soc/sdca/sdca_functions.c | 99 ++++++++++++++--------
sound/soc/sdca/sdca_regmap.c | 29 +++++--
sound/usb/mixer_scarlett2.c | 14 ++-
sound/usb/quirks.c | 2 +
tools/testing/selftests/alsa/utimer-test.c | 1 +
22 files changed, 282 insertions(+), 68 deletions(-)
Powered by blists - more mailing lists