diff options
author | Lori Hikichi <lori.hikichi@broadcom.com> | 2017-09-28 18:29:32 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-04 06:59:16 -0400 |
commit | d8302aa6b53acbe421fe615b9d704fd813623e96 (patch) | |
tree | a281df88068467d648f19014633f0498f2f6e692 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
ASoC: cygnus: Add EXPORT_SYMBOL for helper function
The helper function cygnus_ssp_set_custom_fsync_width() is intended
to be called from an ASoC machine driver, need to export symbol
if using modules.
Signed-off-by: Lori Hikichi <lori.hikichi@broadcom.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/bcm/cygnus-ssp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/bcm/cygnus-ssp.c b/sound/soc/bcm/cygnus-ssp.c index 15c438f0f22d..e9c73a451cf6 100644 --- a/sound/soc/bcm/cygnus-ssp.c +++ b/sound/soc/bcm/cygnus-ssp.c | |||
@@ -842,6 +842,7 @@ int cygnus_ssp_set_custom_fsync_width(struct snd_soc_dai *cpu_dai, int len) | |||
842 | return -EINVAL; | 842 | return -EINVAL; |
843 | } | 843 | } |
844 | } | 844 | } |
845 | EXPORT_SYMBOL_GPL(cygnus_ssp_set_custom_fsync_width); | ||
845 | 846 | ||
846 | static int cygnus_ssp_set_fmt(struct snd_soc_dai *cpu_dai, unsigned int fmt) | 847 | static int cygnus_ssp_set_fmt(struct snd_soc_dai *cpu_dai, unsigned int fmt) |
847 | { | 848 | { |