* [GIT PULL] ASoC fixes for v6.18-rc2
@ 2025-10-30 11:33 Mark Brown
2025-10-30 12:15 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2025-10-30 11:33 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown
The following changes since commit 211ddde0823f1442e4ad052a2f30f050145ccada:
Linux 6.18-rc2 (2025-10-19 15:19:16 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.18-rc2
for you to fetch changes up to 5e5c8aa73d99f1daa9f2ec1474b7fc1a6952764b:
ASoC: dt-bindings: pm4125-sdw: correct number of soundwire ports (2025-10-29 14:54:47 +0000)
----------------------------------------------------------------
ASoC: Fixes for v6.18
A bigger batch of fixes than I'd like, things built up due to holidays
and some last minute issues which caused me to hold off on sending a pul
request. None of these are super remarkable, and there's a few new
device IDs in here too including a relatively big block of AMD devices.
The Cirrus Logic CS530x support subject line is actually a fix that was
on the start of that series and got pulled in here, I forgot to fix the
subject up when merging.
----------------------------------------------------------------
Bard Liao (1):
ASoC: soc_sdw_utils: remove cs42l43 component_name
Cezary Rojewski (3):
ASoC: Intel: avs: Unprepare a stream when XRUN occurs
ASoC: Intel: avs: Disable periods-elapsed work when closing PCM
ASoC: Intel: avs: Use snd_codec format when initializing probe
Claudiu Beznea (1):
ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume
Haotian Zhang (1):
ASoC: mediatek: Fix double pm_runtime_disable in remove functions
Maarten Zanders (1):
ASoC: fsl_sai: Fix sync error in consumer mode
Mark Brown (4):
Add support for Cirrus Logic CS530x DAC and CODEC
ASoC: Intel: avs: Set of streaming fixes
ASoC: fsl: correct the bit order issue for DSD
ASoC: Fix build for sdw_utils
Richard Fitzgerald (1):
ASoC: cs-amp-lib-test: Fix missing include of kunit/test-bug.h
Sharique Mohammad (1):
ASOC: max98090/91: fix for filter configuration: AHPF removed DMIC2_HPF added
Shengjiu Wang (2):
ASoC: fsl_sai: fix bit order for DSD format
ASoC: fsl_micfil: correct the endian format for DSD
Shuming Fan (2):
ASoC: sdw_utils: add name_prefix for rt1321 part id
ASoC: rt721: fix prepare clock stop failed
Simon Trimmer (3):
ASoC: cs530x: Correct log message with expected variable
ASoC: amd: acp: Add ACP7.0 match entries for cs35l56 and cs42l43
ASoC: Intel: soc-acpi-intel-ptl-match: Remove cs42l43 match from sdw link3
Srinivas Kandagatla (2):
ASoC: qdsp6: q6asm: do not sleep while atomic
ASoC: dt-bindings: pm4125-sdw: correct number of soundwire ports
.../devicetree/bindings/sound/qcom,pm4125-sdw.yaml | 4 +-
sound/soc/amd/acp/amd-acp70-acpi-match.c | 157 +++++++++++++++++++++
sound/soc/codecs/cs-amp-lib-test.c | 1 +
sound/soc/codecs/cs530x.c | 2 +-
sound/soc/codecs/max98090.c | 6 +-
sound/soc/codecs/rt721-sdca.c | 4 +
sound/soc/codecs/rt721-sdca.h | 1 +
sound/soc/fsl/fsl_micfil.c | 4 +-
sound/soc/fsl/fsl_sai.c | 11 +-
sound/soc/intel/avs/pcm.c | 3 +
sound/soc/intel/avs/probes.c | 18 +--
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 52 -------
sound/soc/mediatek/mt8195/mt8195-afe-pcm.c | 1 -
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c | 1 -
sound/soc/qcom/qdsp6/q6asm.c | 2 +-
sound/soc/renesas/rz-ssi.c | 25 ++--
sound/soc/sdw_utils/soc_sdw_utils.c | 1 -
17 files changed, 203 insertions(+), 90 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] ASoC fixes for v6.18-rc2
2025-10-30 11:33 [GIT PULL] ASoC fixes for v6.18-rc2 Mark Brown
@ 2025-10-30 12:15 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-10-30 12:15 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel
On Thu, 30 Oct 2025 12:33:11 +0100,
Mark Brown wrote:
>
> The following changes since commit 211ddde0823f1442e4ad052a2f30f050145ccada:
>
> Linux 6.18-rc2 (2025-10-19 15:19:16 -1000)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.18-rc2
>
> for you to fetch changes up to 5e5c8aa73d99f1daa9f2ec1474b7fc1a6952764b:
>
> ASoC: dt-bindings: pm4125-sdw: correct number of soundwire ports (2025-10-29 14:54:47 +0000)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v6.18
>
> A bigger batch of fixes than I'd like, things built up due to holidays
> and some last minute issues which caused me to hold off on sending a pul
> request. None of these are super remarkable, and there's a few new
> device IDs in here too including a relatively big block of AMD devices.
>
> The Cirrus Logic CS530x support subject line is actually a fix that was
> on the start of that series and got pulled in here, I forgot to fix the
> subject up when merging.
Pulled now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-30 12:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 11:33 [GIT PULL] ASoC fixes for v6.18-rc2 Mark Brown
2025-10-30 12:15 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).