[GIT PULL] ASoC fixes for v6.18-rc5
The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:
Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.18-rc5
for you to fetch changes up to 360b3730f8eab6c4467c6cca4cb0e30902174a63:
ASoC: rsnd: fix OF node reference leak in rsnd_ssiu_probe() (2025-11-13 00:36:01 +0000)
---------------------------------------------------------------- ASoC: Fixes for v6.18
A small collection of fixes, all driver specific and none especially remarkable unless you have the hardware (many not even then).
---------------------------------------------------------------- Claudiu Beznea (1): ASoC: da7213: Use component driver suspend/resume
Haotian Zhang (3): ASoC: cs4271: Fix regulator leak on probe failure ASoC: codecs: va-macro: fix resource leak in probe error path ASoC: rsnd: fix OF node reference leak in rsnd_ssiu_probe()
Miaoqian Lin (1): ASoC: sdw_utils: fix device reference leak in is_sdca_endpoint_present()
Niranjan H Y (2): ASoC: tas2783A: Fix issues in firmware parsing ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-list
Richard Fitzgerald (1): ASoC: doc: cs35l56: Update firmware filename description for B0 silicon
Shenghao Ding (1): ASoC: tas2781: fix getting the wrong device number
Documentation/sound/codecs/cs35l56.rst | 9 ++--- sound/soc/codecs/cs4271.c | 10 +++-- sound/soc/codecs/da7213.c | 69 ++++++++++++++++++++++------------ sound/soc/codecs/da7213.h | 1 + sound/soc/codecs/lpass-va-macro.c | 2 +- sound/soc/codecs/tas2781-i2c.c | 9 ++++- sound/soc/codecs/tas2783-sdw.c | 20 +++++++++- sound/soc/renesas/rcar/ssiu.c | 3 +- sound/soc/sdca/sdca_functions.c | 3 +- sound/soc/sdw_utils/soc_sdw_utils.c | 20 +++++++--- 10 files changed, 99 insertions(+), 47 deletions(-)
On Thu, 13 Nov 2025 20:59:09 +0100, Mark Brown wrote:
The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:
Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.18-rc5
for you to fetch changes up to 360b3730f8eab6c4467c6cca4cb0e30902174a63:
ASoC: rsnd: fix OF node reference leak in rsnd_ssiu_probe() (2025-11-13 00:36:01 +0000)
ASoC: Fixes for v6.18
A small collection of fixes, all driver specific and none especially remarkable unless you have the hardware (many not even then).
Pulled now. Thanks.
Takashi
participants (2)
-
Mark Brown -
Takashi Iwai