projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd6bf0
)
ASoC: cygnus: Add EXPORT_SYMBOL for helper function
author
Lori Hikichi
<lori.hikichi@broadcom.com>
Thu, 28 Sep 2017 22:29:32 +0000
(15:29 -0700)
committer
Mark Brown
<broonie@kernel.org>
Wed, 4 Oct 2017 10:59:16 +0000
(11:59 +0100)
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>
sound/soc/bcm/cygnus-ssp.c
patch
|
blob
|
history
diff --git
a/sound/soc/bcm/cygnus-ssp.c
b/sound/soc/bcm/cygnus-ssp.c
index 15c438f0f22d2e3ca8d5c53aa79ab6bbded78f04..e9c73a451cf65a0d8d4ce986c985475ca7bc823c 100644
(file)
--- 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)
return -EINVAL;
}
}
+EXPORT_SYMBOL_GPL(cygnus_ssp_set_custom_fsync_width);
static int cygnus_ssp_set_fmt(struct snd_soc_dai *cpu_dai, unsigned int fmt)
{