]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: soc-dapm: remove snd_soc_dapm_nc_pin[_unlocked]()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 1 Jul 2025 00:10:33 +0000 (00:10 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 7 Jul 2025 15:13:01 +0000 (16:13 +0100)
commit2ec1067d1e5acb9e7aeb1fe6d5178424fc3107ab
treec96592ace209753a46f8e3d49fed73659a32464c
parent58baaea26659ab24ba396afd592c2423aefc067c
ASoC: soc-dapm: remove snd_soc_dapm_nc_pin[_unlocked]()

snd_soc_dapm_nc_pin() was added in commit 5817b52a298a ("ALSA: ASoC: Allow
machine drivers to mark pins as not connected") at 2008.
It is identical to snd_soc_dapm_disable_pin[_unlocked](). It was expected
to be updated, but were enough as-is for this 17 years.

We might update these, but renaming function name by define is enough
for now. We can re-create these if needed in the future. Let's remove it.

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