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

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.

I deleted the comment, as other modules cannot use it any more.

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

authored by

Masahiro Yamada and committed by
Mark Brown
2466b622 5ea46b43

-3
-2
include/sound/soc-dapm.h
··· 514 514 int snd_soc_dapm_force_enable_pin_unlocked(struct snd_soc_dapm_context *dapm, const char *pin); 515 515 int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm, const char *pin); 516 516 unsigned int dapm_kcontrol_get_value(const struct snd_kcontrol *kcontrol); 517 - 518 - /* Mostly internal - should not normally be used */ 519 517 void dapm_mark_endpoints_dirty(struct snd_soc_card *card); 520 518 521 519 /* dapm path query */
-1
sound/soc/soc-dapm.c
··· 317 317 318 318 snd_soc_dapm_mutex_unlock(card); 319 319 } 320 - EXPORT_SYMBOL_GPL(dapm_mark_endpoints_dirty); 321 320 322 321 /* create a new dapm widget */ 323 322 static inline struct snd_soc_dapm_widget *dapm_cnew_widget(