public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v6.19-rc8
@ 2026-02-04 15:54 Mark Brown
  2026-02-04 16:07 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2026-02-04 15:54 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-04 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 15:54 [GIT PULL] ASoC fixes for v6.19-rc8 Mark Brown
2026-02-04 16:07 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox