aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-utils.c
diff options
context:
space:
mode:
authorSameer Pujar <spujar@nvidia.com>2023-09-07 20:32:24 +0530
committerMark Brown <broonie@kernel.org>2023-09-11 01:23:50 +0100
commitf101583fa9f8c3f372d4feb61d67da0ccbf4d9a5 (patch)
tree07caff7993fd3e6d70a33e0496c86beae9e83324 /sound/soc/soc-utils.c
parentLinux 6.6-rc1 (diff)
downloadwireguard-linux-f101583fa9f8c3f372d4feb61d67da0ccbf4d9a5.tar.xz
wireguard-linux-f101583fa9f8c3f372d4feb61d67da0ccbf4d9a5.zip
ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol
Export symbol snd_soc_dai_is_dummy() for usage outside core driver modules. This is required by Tegra ASoC machine driver. Signed-off-by: Sameer Pujar <spujar@nvidia.com> Link: https://lore.kernel.org/r/1694098945-32760-2-git-send-email-spujar@nvidia.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-utils.c')
-rw-r--r--sound/soc/soc-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c
index 11607c5f5d5a..9c746e4edef7 100644
--- a/sound/soc/soc-utils.c
+++ b/sound/soc/soc-utils.c
@@ -217,6 +217,7 @@ int snd_soc_dai_is_dummy(struct snd_soc_dai *dai)
return 1;
return 0;
}
+EXPORT_SYMBOL_GPL(snd_soc_dai_is_dummy);
int snd_soc_component_is_dummy(struct snd_soc_component *component)
{