projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20dd9e5
)
ASoC: mxs-saif: export mxs_saif_put_mclk,mxs_saif_get_mclk
author
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 22 Nov 2012 12:31:09 +0000
(13:31 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 27 Nov 2012 19:37:35 +0000
(19:37 +0000)
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mxs/mxs-saif.c
patch
|
blob
|
history
diff --git
a/sound/soc/mxs/mxs-saif.c
b/sound/soc/mxs/mxs-saif.c
index c294fbb523fce2dac76a70d9e5537a47fee40042..b304e375568aedf104e144e5c4edfea493407abc 100644
(file)
--- 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.