All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	linux-sound@vger.kernel.org, alsa-devel@alsa-project.org,
	Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] ASoC fixes for v7.2-merge-window
Date: Thu, 25 Jun 2026 18:01:19 +0100	[thread overview]
Message-ID: <8d888870bec370f9abaad606055cdb75@kernel.org> (raw)

[-- 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(-)

             reply	other threads:[~2026-06-25 17:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-25 17:01 Mark Brown [this message]
2026-06-26 11:03 ` [GIT PULL] ASoC fixes for v7.2-merge-window Takashi Iwai

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=8d888870bec370f9abaad606055cdb75@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=tiwai@suse.de \
    /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.