* [GIT PULL] ASoC fixes for v7.1-rc4
@ 2026-05-21 23:22 Mark Brown
2026-05-22 8:03 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2026-05-21 23:22 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 5060 bytes --]
The following changes since commit 5200f5f493f79f14bbdc349e402a40dfb32f23c8:
Linux 7.1-rc4 (2026-05-17 13:59:58 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.1-rc4
for you to fetch changes up to 09e8f9a9aa19aa8c1b0cc7a0ebc68f6ecf86a660:
ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512x_overclock_xxx_put() (2026-05-21 19:28:24 +0100)
----------------------------------------------------------------
ASoC: Fixes for v7.1
A bigger batch of fixes than usual due to -next not happeing last week,
this is mostly stuff for laptops - a lot of quirks and small fixes,
mainly for x86 and SoundWire. Nothing too big or exciting individually,
just two week's worth.
----------------------------------------------------------------
Alexander A. Klimov (1):
ASoC: codecs: fs210x: fix possible buffer overflow
Andy Shevchenko (1):
ASoC: cs35l56: Drop malformed default N from Kconfig
Balamurugan C (1):
ASoC: Intel: soc-acpi: Add entry for sof_es8336 in NVL match table.
Charles Keepax (2):
ASoC: soc-acpi-intel-ptl-match: Make Chrome matches conditional
ASoC: Intel: soc-acpi-intel-ptl-match: Remove unnecessary cs42l43 match
Cássio Gabriel (2):
ASoC: sdw_utils: Check speaker component string allocation
ASoC: amd: acp-sdw-legacy: check CPU DAI name before logging
Gary C Wang (1):
ASoC: soc-acpi-intel-arl-match: add rt712_l0_rt1320_l3 support
Ingyu Jang (1):
ASoC: ti: omap-dmic: Fix IS_ERR() vs NULL check bug in omap_dmic_select_fclk()
Jairaj Arava (1):
ASoC: Intel: sof_sdw: Add support for nvlrvp in NVL platform
Jang Pyohwan (1):
ASoC: Intel: soc-acpi: add LG Gram 16Z90U RT713 + single RT1320 quirk
Jasper Smet (1):
ASoC: amd: acp: Add DMI quirk for ASUS Zenbook S16 UM5606GA
Jeongjun Park (1):
ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512x_overclock_xxx_put()
Krishnamoorthi M (1):
spi: amd: Set correct bus number in ACPI probe path
Mac Chiang (3):
ASoC: Intel: soc-acpi-intel-arl-match: Reorder ACPI machine tables
ASoC: sdw_utils: Add quirk to ignore RT712 CODEC_MIC
ASoC: sdw_utils: Add quirk to ignore RT721 CODEC_MIC
Mario Limonciello (1):
ASoC: SOF: amd: Fix error code handling in psp_send_cmd()
Mark Brown (3):
ASoC: soc-acpi-intel-arl-match: add rt712_l0_rt1320_l3 support
ASoC: sdw_utils: make RT712/RT721 CODEC_MIC be optional
ASoC: cs-amp-lib: Some bug and typo fixes
Peter Ujfalusi (2):
MAINTAINERS: ASoC/ti: Remove myself and add Sen Wang as maintainer
MAINTAINERS: ASoC: Intel/SOF: Remove Ranjani Sridharan as maintainer
Richard Fitzgerald (5):
ASoC: cs35l56: Check for successful runtime-resume in cs35l56_dsp_work()
ASoC: cs35l56: Fix flushing of IRQ work in cs35l56_sdw_remove()
ASoC: cs-amp-lib: Fix wrong sizeof() in _cs_amp_set_efi_calibration_data()
ASoC: cs-amp-lib: Fix missing dput() after debugfs_lookup()
ASoC: cs-amp-lib: Fix typo in error message: write -> read
Rob Herring (Arm) (1):
ASoC; dt-bindings: mediatek,mt8173-rt5650-rt5514: Fix mediatek,audio-codec constraints
Robertus Diawan Chris (1):
ASoC: soc-utils: Add missing va_end in snd_soc_ret()
Shengjiu Wang (1):
ASoC: fsl_sai: Eliminate possible interrupt storm during probe
Simon Trimmer (1):
ASoC: cs35l56: Log SoundWire status updates only on changes
Srinivas Kandagatla (1):
ASoC: qcom: q6apm-dai: Allocate an extra page for PCM buffers
.../sound/mediatek,mt8173-rt5650-rt5514.yaml | 2 +
MAINTAINERS | 11 +-
drivers/spi/spi-amd.c | 2 +-
sound/soc/amd/acp-config.c | 7 ++
sound/soc/amd/acp/acp-sdw-legacy-mach.c | 2 +-
sound/soc/codecs/Kconfig | 3 -
sound/soc/codecs/cs-amp-lib.c | 17 ++-
sound/soc/codecs/cs35l56-sdw.c | 8 +-
sound/soc/codecs/cs35l56.c | 13 +-
sound/soc/codecs/fs210x.c | 2 +-
sound/soc/codecs/pcm512x.c | 6 +-
sound/soc/fsl/fsl_sai.c | 43 +++++--
sound/soc/intel/boards/sof_sdw.c | 8 ++
sound/soc/intel/common/soc-acpi-intel-arl-match.c | 71 ++++++++---
sound/soc/intel/common/soc-acpi-intel-nvl-match.c | 13 ++
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 134 +++------------------
.../soc/intel/common/soc-acpi-intel-sdca-quirks.c | 16 +++
.../soc/intel/common/soc-acpi-intel-sdca-quirks.h | 1 +
sound/soc/qcom/qdsp6/q6apm-dai.c | 7 +-
sound/soc/sdw_utils/soc_sdw_utils.c | 14 ++-
sound/soc/soc-utils.c | 1 +
sound/soc/sof/amd/acp.c | 2 +-
sound/soc/ti/omap-dmic.c | 2 +-
23 files changed, 209 insertions(+), 176 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] ASoC fixes for v7.1-rc4
2026-05-21 23:22 [GIT PULL] ASoC fixes for v7.1-rc4 Mark Brown
@ 2026-05-22 8:03 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-05-22 8:03 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel
On Fri, 22 May 2026 01:22:11 +0200,
Mark Brown wrote:
>
> The following changes since commit 5200f5f493f79f14bbdc349e402a40dfb32f23c8:
>
> Linux 7.1-rc4 (2026-05-17 13:59:58 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.1-rc4
>
> for you to fetch changes up to 09e8f9a9aa19aa8c1b0cc7a0ebc68f6ecf86a660:
>
> ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512x_overclock_xxx_put() (2026-05-21 19:28:24 +0100)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v7.1
>
> A bigger batch of fixes than usual due to -next not happeing last week,
> this is mostly stuff for laptops - a lot of quirks and small fixes,
> mainly for x86 and SoundWire. Nothing too big or exciting individually,
> just two week's worth.
Pulled now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-22 8:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21 23:22 [GIT PULL] ASoC fixes for v7.1-rc4 Mark Brown
2026-05-22 8:03 ` Takashi Iwai
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.