Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: dapm: unexport snd_soc_dapm_init()

The symbol provider (sound/soc/soc-dapm.c) and the symbol consumer
(sound/soc/soc-core.c) belong to the same module, snd-soc-core.ko.

There is no need to export it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://patch.msgid.link/20250205165226.3466137-1-masahiroy@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Masahiro Yamada and committed by
Mark Brown
ecfcee24 78e66dd5

-1
-1
sound/soc/soc-dapm.c
··· 4865 4865 /* see for_each_card_dapms */ 4866 4866 list_add(&dapm->list, &card->dapm_list); 4867 4867 } 4868 - EXPORT_SYMBOL_GPL(snd_soc_dapm_init); 4869 4868 4870 4869 static void soc_dapm_shutdown_dapm(struct snd_soc_dapm_context *dapm) 4871 4870 {