[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87a51p60fz.wl-tiwai@suse.de>
Date: Fri, 17 Oct 2025 16:57:04 +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 fixes for 6.18-rc2
Linus,
please pull sound fixes for v6.18-rc2 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.18-rc2
The topmost commit is 2a786348004b34c5f61235d51c40c1c718b1f8f9
----------------------------------------------------------------
sound fixes for 6.18-rc2
A collection of small fixes. All changes are rather boring
device-specific fixes and quirks.
- A few fixes for missing NULL checks
- ASoC NAU8821 fixes for jack and irq handling
- Various fixes for ASoC TAS2781, IDT821034, sc8280xp, max9809x,
wcd938x, and SoundWire
- Usual HD-audio and USB-audio quirks
----------------------------------------------------------------
Baojun Xu (2):
ASoC: tas2781: Support more newly-released amplifiers tas58xx in the driver
ASoC: tas2781: Update ti,tas2781.yaml for adding tas58xx
Christophe Leroy (1):
ASoC: codecs: Fix gain setting ranges for Renesas IDT821034 codec
Cristian Ciocaltea (5):
ASoC: nau8821: Cancel jdet_work before handling jack ejection
ASoC: nau8821: Generalize helper to clear IRQ status
ASoC: nau8821: Consistently clear interrupts before unmasking
ASoC: nau8821: Add DMI quirk to bypass jack debounce circuit
ASoC: nau8821: Avoid unnecessary blocking in IRQ handler
Cryolitia PukNgae (1):
ALSA: usb-audio: apply quirk for Huawei Technologies Co., Ltd. CM-Q3
Dawn Gardner (1):
ALSA: hda/realtek: Fix mute led for HP Omen 17-cb0xxx
Denis Arefev (2):
ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_get_acpi_mute_state()
ALSA: hda: Fix missing pointer check in hda_component_manager_init function
Frank Li (1):
ASoC: dt-bindings: Add compatible string fsl,imx-audio-tlv320
Jiaming Zhang (1):
ALSA: usb-audio: Fix NULL pointer deference in try_to_register_card
Le Qi (2):
ASoC: dt-bindings: qcom,sm8250: Add QCS615 sound card
ASoC: qcom: sc8280xp: Add support for QCS615
Li Qiang (1):
ASoC: amd/sdw_utils: avoid NULL deref when devm_kasprintf() fails
Pauli Virtanen (3):
ALSA: usb-audio: add mixer_playback_min_mute quirk for Logitech H390
ALSA: usb-audio: add volume quirks for MS LifeChat LX-3000
ALSA: usb-audio: fix vendor quirk for Logitech H390
Randy Dunlap (1):
ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings
Sharique Mohammad (1):
ASoC: max98090/91: fixed max98091 ALSA widget powering up/down
Shenghao Ding (1):
ALSA: hda/tas2781: Set tas2781_hda::tasdevice_priv::chip_id as TAS5825 in case of tas5825
Shuming Fan (1):
ASoC: sdw_utils: add rt1321 part id to codec_info_list
Srinivas Kandagatla (1):
ASoC: codecs: wcd938x-sdw: remove redundant runtime pm calls
Stuart Hayhurst (1):
ALSA: hda/intel: Add MSI X870E Tomahawk to denylist
Takashi Iwai (1):
ALSA: hda/realtek: Add quirk entry for HP ZBook 17 G6
---
.../devicetree/bindings/sound/fsl-asoc-card.yaml | 1 +
.../devicetree/bindings/sound/qcom,sm8250.yaml | 1 +
.../devicetree/bindings/sound/ti,tas2781.yaml | 43 ++++++-
include/sound/tas2781.h | 3 +
sound/firewire/amdtp-stream.h | 2 +-
sound/hda/codecs/realtek/alc269.c | 2 +
sound/hda/codecs/side-codecs/cs35l41_hda.c | 2 +
sound/hda/codecs/side-codecs/hda_component.c | 4 +
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 1 +
sound/hda/controllers/intel.c | 1 +
sound/soc/amd/acp/acp-sdw-sof-mach.c | 2 +-
sound/soc/codecs/idt821034.c | 12 +-
sound/soc/codecs/max98090.c | 6 +-
sound/soc/codecs/nau8821.c | 133 +++++++++++++--------
sound/soc/codecs/nau8821.h | 2 +-
sound/soc/codecs/tas2781-i2c.c | 21 +++-
sound/soc/codecs/wcd938x-sdw.c | 22 +---
sound/soc/qcom/sc8280xp.c | 1 +
sound/soc/sdw_utils/soc_sdw_utils.c | 20 ++++
sound/usb/card.c | 10 +-
sound/usb/mixer.c | 15 +++
sound/usb/quirks.c | 5 +
22 files changed, 219 insertions(+), 90 deletions(-)
Powered by blists - more mailing lists