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.15-rc4
Date: Thu, 01 May 2025 15:44:37 +0900 [thread overview]
Message-ID: <a6bd31a7255c121ca11bbdf066134f83.broonie@kernel.org> (raw)
The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:
Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.15-rc4
for you to fetch changes up to 315c84567001aec7f7b74a0dbd4fce3e1c5cbd87:
ASoC: intel/sdw_utils: Add volume limits to CS35L56 (2025-05-01 14:43:52 +0900)
----------------------------------------------------------------
ASoC: Fixes for v6.15
A moderately large batch of fixes for v6.15, many driver specific
including cleanups for the enabling of the Cirrus KUnit tests and a fix
for a nasty crash on resume on AMD systems. We also have one core fix,
for an ordering issue between DAPM and DPCM which could leave things
incorrectly unpowered.
----------------------------------------------------------------
Alexander Stein (1):
ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_direction
Arnd Bergmann (1):
ASoC: Intel: catpt: avoid type mismatch in dev_dbg() format
Bard Liao (1):
ASoC: soc-acpi-intel-ptl-match: add empty item to ptl_cs42l43_l3[]
Charles Keepax (1):
ASoC: cs42l43: Disable headphone clamps during type detection
Chenyuan Yang (2):
ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of()
ASoC: Intel: sof_sdw: Add NULL check in asoc_sdw_rt_dmic_rtd_init()
Claudiu Beznea (1):
ASoC: renesas: rz-ssi: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()
Mark Brown (3):
Fix up building KUnit tests for Cirrus Logic modules
ASoC: stm32: sai: fix kernel rate configuration
ASoC: intel/sdw_utils: Add volume limits to CS35L56
Nico Pache (1):
firmware: cs_dsp: tests: Depend on FW_CS_DSP rather then enabling it
Olivier Moysan (2):
ASoC: stm32: sai: skip useless iterations on kernel rate loop
ASoC: stm32: sai: add a check on minimal kernel frequency
Richard Fitzgerald (3):
kunit: configs: Add some Cirrus Logic modules to all_tests
ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB
ASoC: Add Cirrus and Wolfson headers to ASoC section of MAINTAINERS
Sheetal (1):
ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence
Stefan Binding (2):
ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers
ASoC: intel/sdw_utils: Add volume limit to cs35l56 speakers
Takashi Iwai (1):
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
Venkata Prasad Potturu (3):
ASoC: amd: acp: Fix NULL pointer deref on acp resume path
ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slot
ASoC: amd: acp: Fix devm_snd_soc_register_card(acp-pdm-mach) failure
Vijendar Mukunda (1):
ASoC: amd: ps: fix for irq handler return status
MAINTAINERS | 6 ++++++
drivers/firmware/cirrus/Kconfig | 5 +----
include/sound/soc_sdw_utils.h | 1 +
sound/soc/amd/acp/acp-i2s.c | 2 +-
sound/soc/amd/acp/acp-legacy-common.c | 2 +-
sound/soc/amd/acp/acp-rembrandt.c | 2 +-
sound/soc/amd/acp/acp-renoir.c | 2 +-
sound/soc/amd/acp/acp63.c | 2 +-
sound/soc/amd/acp/acp70.c | 2 +-
sound/soc/amd/ps/pci-ps.c | 5 +++--
sound/soc/codecs/Kconfig | 5 ++---
sound/soc/codecs/cs42l43-jack.c | 7 +++++++
sound/soc/fsl/imx-card.c | 2 +-
sound/soc/generic/simple-card-utils.c | 4 ++--
sound/soc/intel/boards/bytcr_rt5640.c | 13 ++++++++++++
sound/soc/intel/catpt/dsp.c | 2 +-
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 3 ++-
sound/soc/renesas/rz-ssi.c | 2 +-
sound/soc/sdw_utils/soc_sdw_bridge_cs35l56.c | 4 ++++
sound/soc/sdw_utils/soc_sdw_cs42l43.c | 10 ++++++++++
sound/soc/sdw_utils/soc_sdw_cs_amp.c | 24 +++++++++++++++++++++++
sound/soc/sdw_utils/soc_sdw_rt_dmic.c | 2 ++
sound/soc/soc-pcm.c | 5 ++++-
sound/soc/stm/stm32_sai_sub.c | 16 ++++++++++-----
tools/testing/kunit/configs/all_tests.config | 2 ++
25 files changed, 103 insertions(+), 27 deletions(-)
next reply other threads:[~2025-05-01 6:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-01 6:44 Mark Brown [this message]
2025-05-01 8:25 ` [GIT PULL] ASoC fixes for v6.15-rc4 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=a6bd31a7255c121ca11bbdf066134f83.broonie@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