Linux Sound subsystem development
 help / color / mirror / Atom feed
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.0-rc4
Date: Fri, 13 Mar 2026 15:55:52 +0100	[thread overview]
Message-ID: <87cy17bwxz.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v7.0-rc4 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.0-rc4

The topmost commit is 9250673cf23572b08c51bcdbb2919e9982bfc36b

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

sound fixes for 7.0-rc4

There have been continuous flux but most of them are device-specific
small fixes, while we see a few core fixes at this time (minor PCM fix
for linked streams and a few ASoC core fixes for delayed work, etc).

Core:
- PCM: Fix use-after-free in linked stream drain

* ASoC:
- core: Fixes for delayed works, empty DMI string handling and DT overlay
- qcom: qdsp6: Fix ADSP stop/start crash via component removal ordering
- tegra: Add support for Tegra238 audio graph card
- amd: Fix missing error checks for clock acquisition
- rt1011: Fix incorrect DAPM context retrieval helper

HD-audio:
- Add quirk for Gigabyte H610M, ASUS UM6702RC, HP 14s-dr5xxx, and
  ThinkPad X390

USB-audio:
- Scarlett2: Fix NULL dereference for malformed endpoint descriptors
- Add quirk for SPACETOUCH

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

Casey Connolly (1):
      ASoC: detect empty DMI strings

Chen Ni (2):
      ASoC: amd: acp3x-rt5682-max9836: Add missing error check for clock acquisition
      ASoC: amd: acp-mach-common: Add missing error check for clock acquisition

Lianqin Hu (1):
      ALSA: usb-audio: Add iface reset and delay quirk for SPACETOUCH USB Audio

Liucheng Lu (1):
      ALSA: hda/realtek: add HP Laptop 14s-dr5xxx mute LED quirk

Mehul Rao (1):
      ALSA: pcm: fix use-after-free on linked stream runtime in snd_pcm_drain()

Peter Ujfalusi (1):
      ASoC: codecs: rt1011: Use component to get the dapm context in spk_mode_put

Ravi Hothi (1):
      ASoC: qcom: qdsp6: Fix q6apm remove ordering during ADSP stop and start

Richard Fitzgerald (1):
      firmware: cs_dsp: Fix fragmentation regression in firmware download

Sen Wang (1):
      ASoC: simple-card-utils: fix graph_util_is_ports0() for DT overlays

Sheetal (1):
      ASoC: tegra: Add support for Tegra238 soundcard

Takashi Iwai (1):
      ALSA: usb-audio: Check endpoint numbers at parsing Scarlett2 mixer interfaces

Uzair Mughal (1):
      ALSA: hda/realtek: Add headset jack quirk for Thinkpad X390

Zhang Heng (2):
      ALSA: hda/realtek: Add quirk for Gigabyte Technology to fix headphone
      ALSA: hda/realtek: add quirk for ASUS UM6702RC

matteo.cotifava (2):
      ASoC: soc-core: drop delayed_work_pending() check before flush
      ASoC: soc-core: flush delayed work before removing DAIs and widgets

---
 drivers/firmware/cirrus/cs_dsp.c         | 24 ++++++++++++++++++------
 sound/core/pcm_native.c                  | 19 ++++++++++++++++---
 sound/hda/codecs/realtek/alc269.c        |  3 +++
 sound/hda/codecs/realtek/alc662.c        |  9 +++++++++
 sound/soc/amd/acp/acp-mach-common.c      | 18 ++++++++++++++----
 sound/soc/amd/acp3x-rt5682-max9836.c     |  9 +++++++--
 sound/soc/codecs/rt1011.c                |  2 +-
 sound/soc/generic/simple-card-utils.c    | 12 ++++++++----
 sound/soc/qcom/qdsp6/q6apm-dai.c         |  1 +
 sound/soc/qcom/qdsp6/q6apm-lpass-dais.c  |  1 +
 sound/soc/qcom/qdsp6/q6apm.c             |  1 +
 sound/soc/soc-core.c                     | 11 ++++++++---
 sound/soc/tegra/tegra_audio_graph_card.c | 11 +++++++++++
 sound/usb/mixer_scarlett2.c              |  2 ++
 sound/usb/quirks.c                       |  2 ++
 15 files changed, 102 insertions(+), 23 deletions(-)


             reply	other threads:[~2026-03-13 14:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-13 14:55 Takashi Iwai [this message]
2026-03-13 17:33 ` [GIT PULL] sound fixes for 7.0-rc4 pr-tracker-bot
2026-03-16  1:11   ` Gilberto Ferreira
2026-03-16  1:21     ` Mark Brown
2026-03-16  1:29       ` Gilberto Ferreira

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=87cy17bwxz.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox