[<prev] [next>] [day] [month] [year] [list]
Message-ID: <87v7hxilmk.wl-tiwai@suse.de>
Date: Tue, 23 Dec 2025 10:38:11 +0100
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 fixes for 6.19-rc3
Linus,
please pull sound fixes for v6.19-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.19-rc3
The topmost commit is 17753d1755a589659433ff4ead595f2bb7f695a8
----------------------------------------------------------------
sound fixes for 6.13-rc3
Likely the last PR in 2025, again a collection of lots of small fixes.
Most of them are various device-specific small fixes.
* An ASoC core fix for correcting the clamping behavior of *_SX mixer
elements
* Various fixes for ASoC fsl, SOF, etc
* Usual HD- and USB-audio quirks / fix-ups
* A couple of error-handling fixes for legacy PCMCIA drivers
----------------------------------------------------------------
Alexander Stein (4):
ASoC: fsl_easrc: fix duplicate debugfs directory error
ASoC: fsl_asrc_dma: fix duplicate debugfs directory error
ASoC: fsl_sai: Add missing registers to cache default
ASoC: fsl_xcvr: provide regmap names
Andrew Elantsev (1):
ASoC: amd: yc: Add quirk for Honor MagicBook X16 2025
Antheas Kapenekakis (1):
ALSA: hda/realtek: Add Asus quirk for TAS amplifiers
Bard Liao (2):
ASoC: sdw_utils: subtract the endpoint that is not present
ASoC: SOF: ipc4-topology: set playback channel mask
Chancel Liu (2):
ASoC: fsl_sai: Constrain sample rates from audio PLLs only in master mode
ASoC: fsl-asoc-card: Use of_property_present() for non-boolean properties
Chris Chiu (1):
ALSA: hda/realtek: fix PCI SSID for one of the HP 200 G2i laptop
Dirk Su (1):
ALSA: hda/realtek: fix micmute LED reversed on HP Abe and Bantie
Haotian Zhang (2):
ALSA: vxpocket: Fix resource leak in vxpocket_probe error path
ALSA: pcmcia: Fix resource leak in snd_pdacf_probe error path
Jiapeng Chong (1):
ALSA: hda: Remove unnecessary print function dev_err()
Jussi Laako (3):
ALSA: usb-audio: Update for native DSD support quirks
ALSA: usb-audio: Reorder USB mode selection quirk
ALSA: usb-audio: Do not expose PCM and DSD on same altsetting unless DoP
Kai Vehmanen (1):
ALSA: hda/realtek: enable woofer speakers on Medion NM14LNL
Peter Ujfalusi (6):
ASoC: SOF: ipc4-topology: Prefer 32-bit DMIC blobs for 8-bit formats as well
ASoC: SOF: ipc4-topology: Convert FLOAT to S32 during blob selection
ASoC: SOF: topology: Add context when sink or source widget is missing
ASoC: SOF: Intel: pci-mtl: Change the topology path to intel/sof-ipc4-tplg
ASoC: soc-acpi / SOF: Add best_effort flag to get_function_tplg_files op
ASoC: Intel: soc-acpi-intel-nvl-match: Drop rt722 l3 from the match table
Robert Oscilowski (1):
ASoC: qcom: sdm845: set quaternary MI2S codec DAI to I2S format
Shengjiu Wang (1):
ASoC: ak4458: remove the reset operation in probe and remove
Shipei Qu (1):
ALSA: usb-mixer: us16x08: validate meter packet indices
Shuming Fan (1):
ASoC: rt1320: update VC blind write settings
Stefan Binding (5):
ALSA: hda/realtek: Add support for HP Trekker Laptop
ALSA: hda/realtek: Add support for HP Clipper Laptop
ASoC: Intel: soc-acpi-intel-mtl-match: Add 6 amp CS35L56 with feedback
ASoC: Intel: soc-acpi-intel-mtl-match: Add 6 amp CS35L63 with feedback
ASoC: ops: fix snd_soc_get_volsw for sx controls
sheetal (1):
ASoC: tegra: Fix uninitialized flat cache warning in tegra210_ahub
---
include/sound/soc-acpi.h | 5 +-
sound/hda/codecs/realtek/alc269.c | 32 +++++--
sound/hda/controllers/cix-ipbloq.c | 4 +-
sound/pcmcia/pdaudiocf/pdaudiocf.c | 8 +-
sound/pcmcia/vx/vxpocket.c | 8 +-
sound/soc/amd/yc/acp6x-mach.c | 7 ++
sound/soc/codecs/ak4458.c | 4 -
sound/soc/codecs/rt1320-sdw.c | 16 ++--
sound/soc/fsl/fsl-asoc-card.c | 8 +-
sound/soc/fsl/fsl_asrc_dma.c | 3 +
sound/soc/fsl/fsl_easrc.c | 3 +
sound/soc/fsl/fsl_sai.c | 13 ++-
sound/soc/fsl/fsl_xcvr.c | 3 +
sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 104 +++++++++++++++++++++
sound/soc/intel/common/soc-acpi-intel-nvl-match.c | 49 ----------
sound/soc/intel/common/sof-function-topology-lib.c | 5 +-
sound/soc/intel/common/sof-function-topology-lib.h | 2 +-
sound/soc/qcom/sdm845.c | 2 +
sound/soc/sdw_utils/soc_sdw_utils.c | 8 +-
sound/soc/soc-ops.c | 32 ++++---
sound/soc/sof/intel/pci-mtl.c | 6 +-
sound/soc/sof/ipc4-topology.c | 49 ++++++----
sound/soc/sof/topology.c | 26 +++++-
sound/soc/tegra/tegra210_ahub.c | 6 +-
sound/usb/endpoint.c | 8 +-
sound/usb/format.c | 5 +-
sound/usb/mixer_us16x08.c | 20 ++--
sound/usb/quirks.c | 14 ++-
28 files changed, 313 insertions(+), 137 deletions(-)
Powered by blists - more mailing lists