]> Gentwo Git Trees - linux/.git/commit
ASoC: soc-dapm: rename dapm_kcontrol_get_value() to snd_soc_dapm_kcontrol_get_value()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 26 Aug 2025 06:22:19 +0000 (06:22 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 1 Sep 2025 12:37:58 +0000 (13:37 +0100)
commitf6883f0f03575ecc8c4c5d2a04339bac91eb33d7
treec54ae7a0cb75ea1743ea1093a5650576bf55a38f
parent2532041865305594e37c4c22bd650d52ea805ec8
ASoC: soc-dapm: rename dapm_kcontrol_get_value() to snd_soc_dapm_kcontrol_get_value()

dapm_kcontrol_get_value() is global function, adds snd_soc_ prefix

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/87349ey546.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dapm.h
sound/soc/soc-dapm.c