diff options
author | Subhransu S. Prusty <subhransu.s.prusty@intel.com> | 2016-06-27 09:18:03 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-05 16:56:41 +0200 |
commit | a5d5639f812f24f10c7affaf0d537c204fdea986 (patch) | |
tree | 85dc805140bfce3ae9ac4a14c23c2e6922c738cd /sound | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
ASoC: dapm: Export snd_soc_dapm_new_control
This is useful outside the core, when one dapm element is added
at a time.
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/soc-dapm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index c4464858bf01..cc8f480251e7 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -3282,6 +3282,7 @@ snd_soc_dapm_new_control(struct snd_soc_dapm_context *dapm, mutex_unlock(&dapm->card->dapm_mutex); return w; } +EXPORT_SYMBOL_GPL(snd_soc_dapm_new_control); struct snd_soc_dapm_widget * snd_soc_dapm_new_control_unlocked(struct snd_soc_dapm_context *dapm, |