* [GIT PULL] ASoC fixes for v6.16-merge-window
@ 2025-06-04 11:31 Mark Brown
2025-06-05 7:36 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2025-06-04 11:31 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3713 bytes --]
The following changes since commit 43a38a0ff8c63ee156d997cd13063c63cd55d812:
ASoC: codecs: add support for ES8375 (2025-05-23 16:52:28 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.16-merge-window
for you to fetch changes up to b7188a1c0d2d7b04f4558e10293651d49fcb2398:
ASoC: Intel: avs: boards: Fix rt5663 front end name (2025-06-03 17:04:32 +0100)
----------------------------------------------------------------
ASoC: Fixes for v6.16
A bunch of fixes, including a big batch for the Intel AVS driver, and
one new device ID. It's all device specific.
----------------------------------------------------------------
Amadeusz Sławiński (2):
ASoC: Intel: avs: Fix paths in MODULE_FIRMWARE hints
ASoC: Intel: avs: boards: Fix rt5663 front end name
Bram Vlerick (2):
ASoC: tas571x: add separate tas5733 controls
ASoC: tas571x: fix tas5733 num_controls
Cezary Rojewski (9):
ASoC: codecs: hda: Fix RPM usage count underflow
ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX
ASoC: Intel: avs: Fix PPLCxFMT calculation
ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw
ASoC: Intel: avs: Verify kcalloc() status when setting constraints
ASoC: Intel: avs: Verify content returned by parse_int_array()
ASoC: Intel: avs: Include missing string.h
ASoC: pcm: Do not open FEs with no BEs connected
ASoC: Intel: avs: Simplify verification of parse_int_array() result
Jaroslav Kysela (2):
firmware: cs_dsp: Fix OOB memory read access in KUnit test (wmfw info)
firmware: cs_dsp: Fix OOB memory read access in KUnit test (ctl cache)
Krzysztof Kozlowski (3):
ASoC: codecs: wcd9335: Fix missing free of regulator supplies
ASoC: codecs: wcd937x: Drop unused buck_supply
ASoC: codecs: wcd9375: Fix double free of regulator supplies
Mark Brown (2):
ASoC: codecs: wcd93xx: Few regulator supplies fixes
ASoC: Intel: avs: Set of functional fixes
Qasim Ijaz (1):
ASoC: codecs: fix out-of-bounds access on invalid clock config
Shuming Fan (1):
ASoC: rt1320: fix speaker noise when volume bar is 100%
Yuuki NAGAO (1):
ASoC: ti: omap-hdmi: Re-add dai_link->platform to fix card init
meowmeowbeanz (1):
ASoC: amd: yc: Add support for Lenovo Yoga 7 16ARP8
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c | 3 +-
.../cirrus/test/cs_dsp_test_control_cache.c | 1 -
sound/soc/amd/yc/acp6x-mach.c | 7 +++
sound/soc/codecs/es8375.c | 1 +
sound/soc/codecs/hda.c | 4 +-
sound/soc/codecs/rt1320-sdw.c | 17 +++++-
sound/soc/codecs/tas571x.c | 67 +++++++++++++++++++++-
sound/soc/codecs/tas571x.h | 34 +++++++++++
sound/soc/codecs/wcd9335.c | 25 +++-----
sound/soc/codecs/wcd937x.c | 7 +--
sound/soc/intel/avs/board_selection.c | 2 +-
sound/soc/intel/avs/boards/rt5663.c | 2 +-
sound/soc/intel/avs/core.c | 20 +++----
sound/soc/intel/avs/debugfs.c | 12 ++--
sound/soc/intel/avs/ipc.c | 4 +-
sound/soc/intel/avs/loader.c | 1 +
sound/soc/intel/avs/path.c | 2 +
sound/soc/intel/avs/pcm.c | 13 ++---
sound/soc/soc-pcm.c | 23 ++++----
sound/soc/ti/omap-hdmi.c | 7 ++-
20 files changed, 184 insertions(+), 68 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] ASoC fixes for v6.16-merge-window
2025-06-04 11:31 [GIT PULL] ASoC fixes for v6.16-merge-window Mark Brown
@ 2025-06-05 7:36 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-06-05 7:36 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel
On Wed, 04 Jun 2025 13:31:09 +0200,
Mark Brown wrote:
>
> The following changes since commit 43a38a0ff8c63ee156d997cd13063c63cd55d812:
>
> ASoC: codecs: add support for ES8375 (2025-05-23 16:52:28 +0100)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.16-merge-window
>
> for you to fetch changes up to b7188a1c0d2d7b04f4558e10293651d49fcb2398:
>
> ASoC: Intel: avs: boards: Fix rt5663 front end name (2025-06-03 17:04:32 +0100)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v6.16
>
> A bunch of fixes, including a big batch for the Intel AVS driver, and
> one new device ID. It's all device specific.
Pulled now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-05 7:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04 11:31 [GIT PULL] ASoC fixes for v6.16-merge-window Mark Brown
2025-06-05 7:36 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox