* [GIT PULL] sound fixes for 7.0-rc4
@ 2026-03-13 14:55 Takashi Iwai
2026-03-13 17:33 ` pr-tracker-bot
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2026-03-13 14:55 UTC (permalink / raw)
To: Linus Torvalds
Cc: Mark Brown, Liam Girdwood, Linux Sound Mailing List,
Linux Kernel Mailing List
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(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] sound fixes for 7.0-rc4 2026-03-13 14:55 [GIT PULL] sound fixes for 7.0-rc4 Takashi Iwai @ 2026-03-13 17:33 ` pr-tracker-bot 2026-03-16 1:11 ` Gilberto Ferreira 0 siblings, 1 reply; 5+ messages in thread From: pr-tracker-bot @ 2026-03-13 17:33 UTC (permalink / raw) To: Takashi Iwai Cc: Linus Torvalds, Mark Brown, Liam Girdwood, Linux Sound Mailing List, Linux Kernel Mailing List The pull request you sent on Fri, 13 Mar 2026 15:55:52 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.0-rc4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/56cf10db2ae0bb90c69b644d639b559106d52a8d Thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/prtracker.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] sound fixes for 7.0-rc4 2026-03-13 17:33 ` pr-tracker-bot @ 2026-03-16 1:11 ` Gilberto Ferreira 2026-03-16 1:21 ` Mark Brown 0 siblings, 1 reply; 5+ messages in thread From: Gilberto Ferreira @ 2026-03-16 1:11 UTC (permalink / raw) To: pr-tracker-bot Cc: Takashi Iwai, Linus Torvalds, Mark Brown, Liam Girdwood, Linux Sound Mailing List, Linux Kernel Mailing List I'm truly sorry to respond to this email, but unfortunately Linux 7-rc4 is not working for me yet. Still no sound output in the AMD Renoir/Cezanne HDMI adapter. I notice the renoir soc driver are loaded but no Cezzane included: lsmod | grep renoir snd_sof_amd_renoir 12288 0 snd_sof_amd_acp 69632 5 snd_sof_amd_acp70,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_sof_amd_renoir snd_sof_pci 24576 5 snd_sof_amd_acp70,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_sof_amd_renoir snd_acp_config 24576 10 snd_rn_pci_acp3x,snd_sof_amd_acp70,snd_pci_acp6x,snd_pci_acp5x,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_acp_pci,snd_pci_ps,snd_sof_am d_renoir That's the audio devices in my system: lspci -vv | grep Audio 04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir/Cezanne HDMI/DP Audio Controller (prog-if 00 [HDA compatible]) Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Renoir/Cezanne HDMI/DP Audio Controller 04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Audio Coprocessor (rev 01) 04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Ryzen HD Audio Controller (prog-if 00 [HDA compatible]) DeviceName: HD Audio Controller Best regards. --- Gilberto Nunes Ferreira --- Gilberto Nunes Ferreira +55 (47) 99676-7530 - Whatsapp / Telegram Em sex., 13 de mar. de 2026 às 14:34, <pr-tracker-bot@kernel.org> escreveu: > > The pull request you sent on Fri, 13 Mar 2026 15:55:52 +0100: > > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.0-rc4 > > has been merged into torvalds/linux.git: > https://git.kernel.org/torvalds/c/56cf10db2ae0bb90c69b644d639b559106d52a8d > > Thank you! > > -- > Deet-doot-dot, I am a bot. > https://korg.docs.kernel.org/prtracker.html > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] sound fixes for 7.0-rc4 2026-03-16 1:11 ` Gilberto Ferreira @ 2026-03-16 1:21 ` Mark Brown 2026-03-16 1:29 ` Gilberto Ferreira 0 siblings, 1 reply; 5+ messages in thread From: Mark Brown @ 2026-03-16 1:21 UTC (permalink / raw) To: Gilberto Ferreira Cc: pr-tracker-bot, Takashi Iwai, Linus Torvalds, Liam Girdwood, Linux Sound Mailing List, Linux Kernel Mailing List, Vijendar Mukunda, Venkata Prasad Potturu [-- Attachment #1: Type: text/plain, Size: 2202 bytes --] On Sun, Mar 15, 2026 at 10:11:02PM -0300, Gilberto Ferreira wrote: > I'm truly sorry to respond to this email, but unfortunately Linux > 7-rc4 is not working for me yet. > Still no sound output in the AMD Renoir/Cezanne HDMI adapter. > I notice the renoir soc driver are loaded but no Cezzane included: Copying in the AMD driver maintainers, not deleting any context for their benefit. > lsmod | grep renoir > snd_sof_amd_renoir 12288 0 > snd_sof_amd_acp 69632 5 > snd_sof_amd_acp70,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_sof_amd_renoir > snd_sof_pci 24576 5 > snd_sof_amd_acp70,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_sof_amd_renoir > snd_acp_config 24576 10 > snd_rn_pci_acp3x,snd_sof_amd_acp70,snd_pci_acp6x,snd_pci_acp5x,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_acp_pci,snd_pci_ps,snd_sof_am > d_renoir > > That's the audio devices in my system: > > lspci -vv | grep Audio > 04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] > Renoir/Cezanne HDMI/DP Audio Controller (prog-if 00 [HDA compatible]) > Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] > Renoir/Cezanne HDMI/DP Audio Controller > 04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] > Audio Coprocessor (rev 01) > 04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Ryzen HD > Audio Controller (prog-if 00 [HDA compatible]) > DeviceName: HD Audio Controller > > > Best regards. > > > > --- > > > Gilberto Nunes Ferreira > > > --- > > > Gilberto Nunes Ferreira > +55 (47) 99676-7530 - Whatsapp / Telegram > > > > > > > Em sex., 13 de mar. de 2026 às 14:34, <pr-tracker-bot@kernel.org> escreveu: > > > > The pull request you sent on Fri, 13 Mar 2026 15:55:52 +0100: > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.0-rc4 > > > > has been merged into torvalds/linux.git: > > https://git.kernel.org/torvalds/c/56cf10db2ae0bb90c69b644d639b559106d52a8d > > > > Thank you! > > > > -- > > Deet-doot-dot, I am a bot. > > https://korg.docs.kernel.org/prtracker.html > > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] sound fixes for 7.0-rc4 2026-03-16 1:21 ` Mark Brown @ 2026-03-16 1:29 ` Gilberto Ferreira 0 siblings, 0 replies; 5+ messages in thread From: Gilberto Ferreira @ 2026-03-16 1:29 UTC (permalink / raw) To: Mark Brown Cc: pr-tracker-bot, Takashi Iwai, Linus Torvalds, Liam Girdwood, Linux Sound Mailing List, Linux Kernel Mailing List, Vijendar Mukunda, Venkata Prasad Potturu As a supplement, there are other people who have been affected by this problem. https://gitlab.freedesktop.org/drm/amd/-/issues/5052 --- Gilberto Nunes Ferreira --- Gilberto Nunes Ferreira +55 (47) 99676-7530 - Whatsapp / Telegram Em dom., 15 de mar. de 2026 às 22:21, Mark Brown <broonie@kernel.org> escreveu: > > On Sun, Mar 15, 2026 at 10:11:02PM -0300, Gilberto Ferreira wrote: > > I'm truly sorry to respond to this email, but unfortunately Linux > > 7-rc4 is not working for me yet. > > Still no sound output in the AMD Renoir/Cezanne HDMI adapter. > > I notice the renoir soc driver are loaded but no Cezzane included: > > Copying in the AMD driver maintainers, not deleting any context for > their benefit. > > > lsmod | grep renoir > > snd_sof_amd_renoir 12288 0 > > snd_sof_amd_acp 69632 5 > > snd_sof_amd_acp70,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_sof_amd_renoir > > snd_sof_pci 24576 5 > > snd_sof_amd_acp70,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_sof_amd_renoir > > snd_acp_config 24576 10 > > snd_rn_pci_acp3x,snd_sof_amd_acp70,snd_pci_acp6x,snd_pci_acp5x,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_acp63,snd_acp_pci,snd_pci_ps,snd_sof_am > > d_renoir > > > > That's the audio devices in my system: > > > > lspci -vv | grep Audio > > 04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] > > Renoir/Cezanne HDMI/DP Audio Controller (prog-if 00 [HDA compatible]) > > Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] > > Renoir/Cezanne HDMI/DP Audio Controller > > 04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] > > Audio Coprocessor (rev 01) > > 04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Ryzen HD > > Audio Controller (prog-if 00 [HDA compatible]) > > DeviceName: HD Audio Controller > > > > > > Best regards. > > > > > > > > --- > > > > > > Gilberto Nunes Ferreira > > > > > > --- > > > > > > Gilberto Nunes Ferreira > > +55 (47) 99676-7530 - Whatsapp / Telegram > > > > > > > > > > > > > > Em sex., 13 de mar. de 2026 às 14:34, <pr-tracker-bot@kernel.org> escreveu: > > > > > > The pull request you sent on Fri, 13 Mar 2026 15:55:52 +0100: > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.0-rc4 > > > > > > has been merged into torvalds/linux.git: > > > https://git.kernel.org/torvalds/c/56cf10db2ae0bb90c69b644d639b559106d52a8d > > > > > > Thank you! > > > > > > -- > > > Deet-doot-dot, I am a bot. > > > https://korg.docs.kernel.org/prtracker.html > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-03-16 1:30 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-03-13 14:55 [GIT PULL] sound fixes for 7.0-rc4 Takashi Iwai 2026-03-13 17:33 ` pr-tracker-bot 2026-03-16 1:11 ` Gilberto Ferreira 2026-03-16 1:21 ` Mark Brown 2026-03-16 1:29 ` Gilberto Ferreira
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox