* [GIT PULL] ASoC fixes for v6.15-rc4
@ 2025-05-01 6:44 Mark Brown
2025-05-01 8:25 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2025-05-01 6:44 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] ASoC fixes for v6.15-rc4
2025-05-01 6:44 [GIT PULL] ASoC fixes for v6.15-rc4 Mark Brown
@ 2025-05-01 8:25 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-05-01 8:25 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel
On Thu, 01 May 2025 08:44:37 +0200,
Mark Brown wrote:
>
> 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.
Pulled now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-01 8:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-01 6:44 [GIT PULL] ASoC fixes for v6.15-rc4 Mark Brown
2025-05-01 8:25 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox