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_update_dai()

The symbol provider (sound/soc/soc-dapm.c) and the symbol consumer
(sound/soc/soc-pcm.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/20250205165337.3466336-1-masahiroy@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Masahiro Yamada and committed by
Mark Brown
3f78762d ecfcee24

-1
-1
sound/soc/soc-dapm.c
··· 2783 2783 2784 2784 return ret; 2785 2785 } 2786 - EXPORT_SYMBOL_GPL(snd_soc_dapm_update_dai); 2787 2786 2788 2787 int snd_soc_dapm_widget_name_cmp(struct snd_soc_dapm_widget *widget, const char *s) 2789 2788 {