diff options
author | Sameer Pujar <spujar@nvidia.com> | 2023-09-07 17:02:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-09-11 02:23:50 +0200 |
commit | f101583fa9f8c3f372d4feb61d67da0ccbf4d9a5 (patch) | |
tree | 07caff7993fd3e6d70a33e0496c86beae9e83324 /sound | |
parent | Linux 6.6-rc1 (diff) | |
download | linux-f101583fa9f8c3f372d4feb61d67da0ccbf4d9a5.tar.xz 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')
-rw-r--r-- | sound/soc/soc-utils.c | 1 |
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) { |