diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-02-06 01:53:34 +0900 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-02-06 16:27:59 +0000 |
| commit | 3f78762d17701f0435ad958b2821dc3243ff34b3 (patch) | |
| tree | 0373c15c1b6f0759165caab770ee0b96edf599fa | |
| parent | ecfcee245cc99def0f6bf84ac75ac372f8ab65eb (diff) | |
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>
| -rw-r--r-- | sound/soc/soc-dapm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 3fa53ce80189..a4d78af45e4b 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -2783,7 +2783,6 @@ int snd_soc_dapm_update_dai(struct snd_pcm_substream *substream, return ret; } -EXPORT_SYMBOL_GPL(snd_soc_dapm_update_dai); int snd_soc_dapm_widget_name_cmp(struct snd_soc_dapm_widget *widget, const char *s) { |
