aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mxs/mxs-saif.c
diff options
context:
space:
mode:
authorLothar Waßmann <LW@KARO-electronics.de>2012-11-22 13:31:09 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-11-27 19:37:35 +0000
commitcf7d0f09bacb9849ecca91f73b631fc6634df70c (patch)
treeb3fc0e321f96d670381737398c2abdb0ea87bf93 /sound/soc/mxs/mxs-saif.c
parentASoC: fsl: fix miscompilation of snd-soc-imx-pcm (diff)
downloadlinux-dev-cf7d0f09bacb9849ecca91f73b631fc6634df70c.tar.xz
linux-dev-cf7d0f09bacb9849ecca91f73b631fc6634df70c.zip
ASoC: mxs-saif: export mxs_saif_put_mclk,mxs_saif_get_mclk
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mxs/mxs-saif.c')
-rw-r--r--sound/soc/mxs/mxs-saif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c
index c294fbb523fc..b304e375568a 100644
--- a/sound/soc/mxs/mxs-saif.c
+++ b/sound/soc/mxs/mxs-saif.c
@@ -229,6 +229,7 @@ int mxs_saif_put_mclk(unsigned int saif_id)
saif->mclk_in_use = 0;
return 0;
}
+EXPORT_SYMBOL_GPL(mxs_saif_put_mclk);
/*
* Get MCLK and set clock rate, then enable it
@@ -282,6 +283,7 @@ int mxs_saif_get_mclk(unsigned int saif_id, unsigned int mclk,
return 0;
}
+EXPORT_SYMBOL_GPL(mxs_saif_get_mclk);
/*
* SAIF DAI format configuration.