* [GIT PULL] ASoC fixes for v7.2-merge-window
@ 2026-06-25 17:01 Mark Brown
2026-06-26 11:03 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2026-06-25 17:01 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: 4356 bytes --]
The following changes since commit 4346d91cfa47b0d9303533edde8acd33e4b9ca40:
ASoC: dt-bindings: Fix RT5677 "realtek,gpio-config" type (2026-06-14 01:03:38 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.2-merge-window
for you to fetch changes up to cf6f56990ea21172e085f0588e5bbf2089ce8f58:
ASoC: fsl_asrc_dma: fix eDMA maxburst misalignment with channel count (2026-06-25 14:56:27 +0100)
----------------------------------------------------------------
ASoC: Fixes for v7.2
We've got a good collection of device specific fix here, plus a couple
of stand out things:
- Richard fixed some special cases with the new device_link creation
by more gracefully handling any errors during creation.
- Charles did some light refactoring of the SoundWire interfaces to
fix some persistent randconfig issues that people kept running into.
----------------------------------------------------------------
Ahmad Fatoum (1):
ASoC: cs530x: Fix expected MCLK rates for CS5302/4/8
Alvin Šipraga (1):
ASoC: audio-graph-card2: Drop warning for manually selected DAI formats
Baojun Xu (1):
ASoC: tas2781: Update default register address to TAS2563
Bartosz Juraszewski (1):
ASoC: tas2783: Update loaded firmware names to linux-firmware 20260519
Charles Keepax (5):
soundwire: Move wait for initialisation helper to header
ASoC: es9356: Add back local call to sdw_show_ping_status()
ASoC: max98373: Add back local call to sdw_show_ping_status()
ASoC: ti: Add back local call to sdw_show_ping_status()
ASoC: realtek: Add back local call to sdw_show_ping_status()
Christian Hewitt (1):
ASoC: codecs: pcm512x: only print info once on no sclk
HyeongJun An (1):
ASoC: SDCA: Validate written enum value in ge_put_enum_double()
Mark Brown (1):
ASoC: Fix SoundWire randconfig issues
Nicolas Frattaroli (1):
ASoC: rockchip: Drop problematic guard() changes
Oder Chiou (1):
ASoC: rt5575: Use __le32 for SPI burst write address
Richard Fitzgerald (1):
ASoC: soc-core: Don't fail if device_link could not be created
Sen Wang (1):
ASoC: tlv320aic3x: restrict CLKDIV bypass Q values in dual-rate mode
Shengjiu Wang (1):
ASoC: fsl_asrc_dma: fix eDMA maxburst misalignment with channel count
Shuming Fan (1):
ASoC: rt5650: enhance spk protection function
Srinivas Kandagatla (1):
ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback
Uwe Kleine-König (The Capable Hub) (1):
ASoC: rockchip: rockchip_sai: #include <linux/platform_device.h> explicitly
drivers/soundwire/bus.c | 28 ----
include/linux/soundwire/sdw.h | 38 +++--
include/sound/soc-component.h | 4 +
include/sound/tas2781.h | 4 +-
sound/soc/codecs/cs530x.c | 29 +++-
sound/soc/codecs/cs530x.h | 6 -
sound/soc/codecs/es9356.c | 4 +-
sound/soc/codecs/max98373-sdw.c | 4 +-
sound/soc/codecs/pcm512x.c | 2 +-
sound/soc/codecs/rt1017-sdca-sdw.c | 4 +-
sound/soc/codecs/rt1308-sdw.c | 4 +-
sound/soc/codecs/rt1316-sdw.c | 4 +-
sound/soc/codecs/rt5575-spi.c | 2 +-
sound/soc/codecs/rt5645.c | 6 +-
sound/soc/codecs/rt5645.h | 1 +
sound/soc/codecs/rt5682-sdw.c | 4 +-
sound/soc/codecs/rt700-sdw.c | 4 +-
sound/soc/codecs/rt711-sdca-sdw.c | 4 +-
sound/soc/codecs/rt712-sdca-dmic.c | 4 +-
sound/soc/codecs/rt712-sdca-sdw.c | 4 +-
sound/soc/codecs/rt715-sdca-sdw.c | 4 +-
sound/soc/codecs/rt715-sdw.c | 4 +-
sound/soc/codecs/rt721-sdca-sdw.c | 4 +-
sound/soc/codecs/rt722-sdca-sdw.c | 4 +-
sound/soc/codecs/tac5xx2-sdw.c | 4 +-
sound/soc/codecs/tas2783-sdw.c | 77 ++++++----
sound/soc/codecs/tlv320aic3x.c | 25 +++-
sound/soc/fsl/fsl_asrc_dma.c | 20 +++
sound/soc/generic/audio-graph-card2.c | 12 --
sound/soc/qcom/qdsp6/q6apm.c | 8 ++
sound/soc/rockchip/rockchip_sai.c | 263 +++++++++++++++++-----------------
sound/soc/sdca/sdca_asoc.c | 3 +
sound/soc/soc-core.c | 35 ++---
33 files changed, 362 insertions(+), 261 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] ASoC fixes for v7.2-merge-window
2026-06-25 17:01 [GIT PULL] ASoC fixes for v7.2-merge-window Mark Brown
@ 2026-06-26 11:03 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-06-26 11:03 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel
On Thu, 25 Jun 2026 19:01:19 +0200,
Mark Brown wrote:
>
> The following changes since commit 4346d91cfa47b0d9303533edde8acd33e4b9ca40:
>
> ASoC: dt-bindings: Fix RT5677 "realtek,gpio-config" type (2026-06-14 01:03:38 +0100)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.2-merge-window
>
> for you to fetch changes up to cf6f56990ea21172e085f0588e5bbf2089ce8f58:
>
> ASoC: fsl_asrc_dma: fix eDMA maxburst misalignment with channel count (2026-06-25 14:56:27 +0100)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v7.2
>
> We've got a good collection of device specific fix here, plus a couple
> of stand out things:
>
> - Richard fixed some special cases with the new device_link creation
> by more gracefully handling any errors during creation.
> - Charles did some light refactoring of the SoundWire interfaces to
> fix some persistent randconfig issues that people kept running into.
Thanks, pulled now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-26 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25 17:01 [GIT PULL] ASoC fixes for v7.2-merge-window Mark Brown
2026-06-26 11:03 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox