]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: dapm: unexport snd_soc_dapm_update_dai()
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 5 Feb 2025 16:53:34 +0000 (01:53 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 6 Feb 2025 16:27:59 +0000 (16:27 +0000)
commit3f78762d17701f0435ad958b2821dc3243ff34b3
tree0373c15c1b6f0759165caab770ee0b96edf599fa
parentecfcee245cc99def0f6bf84ac75ac372f8ab65eb
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>
sound/soc/soc-dapm.c