From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Brown <broonie@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Linux Sound Mailing List <linux-sound@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 7.1-rc4
Date: Sat, 16 May 2026 14:13:39 +0200 [thread overview]
Message-ID: <874ik7zh58.wl-tiwai@suse.de> (raw)
Linus,
please pull sound fixes for v7.1-rc4 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.1-rc4
The topmost commit is 6fd9f6e870ea285f05102e8e00e6a7f4495a9a02
----------------------------------------------------------------
sound fixes for 7.1-rc4
A collection of small fixes. All device-specific small changes.
* HD-audio:
- Fix NULL pointer dereference in snd_hda_ctl_add()
- ACPI and Kconfig fixes for Cirrus drivers
- A regression fix CA0132 codec
- Various device-specific quirks for HP, Lenovo, Samsung, Framework,
etc
- Documentation path fix
* USB-audio:
- Boundary checks for MIDI endpoint descriptors
- Offload mapping error handling for Qualcomm
- A new device quirk for TTGK Technology USB-C Audio
- A fix for Focusrite Scarlett2 mixer
----------------------------------------------------------------
Adrien Burnett (1):
ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Laptop 16-ag0xxx
Andy Shevchenko (1):
ALSA: hda/cs35l56: Drop malformed default N from Kconfig
Cássio Gabriel (3):
ALSA: usb-audio: Bound MIDI endpoint descriptor scans
ALSA: usb-audio: Bound MIDI 2.0 endpoint descriptor scans
ALSA: usb-audio: qcom: Check offload mapping failures
Daniel Schaefer (1):
ALSA: hda/realtek: fix mic boost on Framework PTL
Edson Juliano Drosdeck (1):
ALSA: hda/realtek: Limit mic boost on Positivo DN50E
Jackie Dong (1):
ALSA: hda/realtek: ALC269 fixup for Lenovo Yoga Pro 7 15ASH111 audio
Lianqin Hu (1):
ALSA: usb-audio: Add iface reset and delay quirk for TTGK Technology USB-C Audio
Markus Kramer (1):
ALSA: hda/realtek: Add quirk for Samsung Galaxy Book5 360 headphone
Matt DeVillier (1):
ALSA: hda/ca0132: Disable auto-detect on manual output select
Nicholas Bonello (1):
ALSA: hda/realtek: Fix Legion 7 16ITHG6 speaker amp binding
Quan Sun (1):
ALSA: hda: Fix NULL pointer dereference in snd_hda_ctl_add()
Richard Fitzgerald (1):
ALSA: doc: cs35l56: Update path to HDA driver source
Robertus Diawan Chris (1):
ALSA: scarlett2: Add missing error check when initialise Autogain Status
Rámon van Raaij (1):
ALSA: hda/realtek: Add codec SSID quirk for Lenovo Yoga Pro 9 16IMH9 (17aa:38d5)
Shuhao Fu (2):
ALSA: hda: cs35l56: Put ACPI device after setting companion
ALSA: hda: cs35l41: Put ACPI device on missing physical node
---
Documentation/sound/codecs/cs35l56.rst | 2 +-
sound/hda/codecs/ca0132.c | 44 +++++++++++++++++++++---------
sound/hda/codecs/realtek/alc269.c | 20 ++++++++++++--
sound/hda/codecs/side-codecs/Kconfig | 1 -
sound/hda/codecs/side-codecs/cs35l41_hda.c | 4 ++-
sound/hda/codecs/side-codecs/cs35l56_hda.c | 1 +
sound/hda/common/codec.c | 3 ++
sound/usb/midi.c | 12 ++++----
sound/usb/midi2.c | 12 ++++----
sound/usb/mixer_scarlett2.c | 2 ++
sound/usb/qcom/qc_audio_offload.c | 31 +++++++++++++++++----
sound/usb/quirks.c | 2 ++
12 files changed, 99 insertions(+), 35 deletions(-)
reply other threads:[~2026-05-16 12:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874ik7zh58.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.