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 v6.19-rc8
Date: Wed, 04 Feb 2026 15:54:36 +0000 [thread overview]
Message-ID: <dea287404ba003dd74f4976e9141e0b0@kernel.org> (raw)
The following changes since commit 213c4e51267fd825cd21a08a055450cac7e0b7fb:
ASoC: Intel: sof_es8336: fix headphone GPIO logic inversion (2026-01-27 12:45:47 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.19-rc8
for you to fetch changes up to f514248727606b9087bc38a284ff686e0093abf1:
ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put() (2026-02-04 11:29:58 +0000)
----------------------------------------------------------------
ASoC: Fixes for v6.19
A bunch more small fixes here, plus some more of the constant stream of
quirks. The most notable change here is Richard's change to the cs_dsp
code for the KUnit tests which is relatively large, mostly due to
boilerplate. The tests were triggering large numbers of error messages
as part of verifying that problems with input data are appropriately
detected which in turn caused runtime issues for the framework due to
the performance impact of pushing the logging out, while the logging is
valuable in normal operation it's basically useless while doing tests
designed to trigger it so rate limiting is an appropriate fix.
----------------------------------------------------------------
Bard Liao (1):
ASoC: SOF: Intel: use hdev->info.link_mask directly
Charles Keepax (1):
ASoC: cs42l43: Correct handling of 3-pole jack load detection
Chris Bainbridge (1):
ASoC: amd: fix memory leak in acp3x pdm dma ops
Dirk Su (1):
ASoC: amd: yc: Add quirk for HP 200 G2a 16
Frank Li (1):
ASoC: dt-bindings: ti,tlv320aic3x: Add compatible string ti,tlv320aic23
Maciej Strozek (1):
ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43
Richard Fitzgerald (1):
firmware: cs_dsp: rate-limit log messages in KUnit builds
Shuming Fan (1):
ASoC: rt1320: fix intermittent no-sound issue
Tagir Garaev (1):
ASoC: Intel: sof_es8336: Add DMI quirk for Huawei BOD-WXX9
Ziyi Guo (1):
ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put()
.../devicetree/bindings/sound/ti,tlv320aic3x.yaml | 1 +
drivers/firmware/cirrus/cs_dsp.c | 37 ++++++++++++++++++++++
drivers/firmware/cirrus/cs_dsp.h | 18 +++++++++++
drivers/firmware/cirrus/test/cs_dsp_test_bin.c | 22 ++++++++++++-
.../firmware/cirrus/test/cs_dsp_test_bin_error.c | 24 ++++++++++----
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c | 26 ++++++++++++++-
.../firmware/cirrus/test/cs_dsp_test_wmfw_error.c | 24 ++++++++++----
drivers/firmware/cirrus/test/cs_dsp_tests.c | 1 +
sound/soc/amd/renoir/acp3x-pdm-dma.c | 2 ++
sound/soc/amd/yc/acp6x-mach.c | 7 ++++
sound/soc/codecs/cs42l43-jack.c | 37 ++++++++++++++++++----
sound/soc/codecs/rt1320-sdw.c | 2 ++
sound/soc/fsl/fsl_xcvr.c | 3 ++
sound/soc/intel/boards/sof_es8336.c | 9 ++++++
sound/soc/intel/boards/sof_sdw.c | 1 +
sound/soc/sof/intel/hda.c | 5 ++-
16 files changed, 196 insertions(+), 23 deletions(-)
create mode 100644 drivers/firmware/cirrus/cs_dsp.h
next reply other threads:[~2026-02-04 15:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-04 15:54 Mark Brown [this message]
2026-02-04 16:07 ` [GIT PULL] ASoC fixes for v6.19-rc8 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=dea287404ba003dd74f4976e9141e0b0@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox