ASoC: cygnus: Add EXPORT_SYMBOL for helper function
authorLori Hikichi <lori.hikichi@broadcom.com>
Thu, 28 Sep 2017 22:29:32 +0000 (15:29 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 4 Oct 2017 10:59:16 +0000 (11:59 +0100)
commitd8302aa6b53acbe421fe615b9d704fd813623e96
treea281df88068467d648f19014633f0498f2f6e692
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
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>
sound/soc/bcm/cygnus-ssp.c