]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local function
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 26 Aug 2024 23:41:57 +0000 (23:41 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 28 Aug 2024 12:02:20 +0000 (13:02 +0100)
commit290f31e943a29c93532b1684652b04fd60d0f696
treeffbf34fc25546f6efa3a5456a8f4a2f35a0b0de5
parent4dd4baa4408a15d50233e85bae611d576ef77b92
ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local function

No driver is calling snd_soc_dpcm_can_be_xxx() functions. We don't need
to have EXPORT_SYMBOL_GPL() for them. Let's makes it static function.
One note is that snd_soc_dpcm_fe_can_update() is not used in upstream.
Use #if-endif and keep it for future support.

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