]> Gentwo Git Trees - linux/.git/commit
ASoC: soc-dapm: rename snd_soc_dapm_kcontrol_dapm() to snd_soc_dapm_kcontrol_to_dapm()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 26 Aug 2025 06:22:12 +0000 (06:22 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 1 Sep 2025 12:37:57 +0000 (13:37 +0100)
commit2532041865305594e37c4c22bd650d52ea805ec8
tree7ae6cdeb1ee0021d411774b7314ad16e022a4463
parentbbf7a84787d0dc5910d121b025dd5f4dea060768
ASoC: soc-dapm: rename snd_soc_dapm_kcontrol_dapm() to snd_soc_dapm_kcontrol_to_dapm()

snd_soc_dapm_kcontrol_dapm() is unclear naming, rename it to
snd_soc_dapm_kcontrol_to_dapm(). This is prepare for dapm cleanup.

This patch keeps compatible by using define, but old name will be replaced
on each drivers and removed from ASoC in the future.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/874ituy54c.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dapm.h
sound/soc/soc-dapm.c