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:
2af1955
)
ASoC: samsung: export idma_reg_addr_init
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 11 Apr 2013 00:05:04 +0000
(
02:05
+0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 11 Apr 2013 16:51:31 +0000
(17:51 +0100)
The idma_reg_addr_init function is used by the samsung i2s driver,
which can be a loadable module, so we have to export this function.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/samsung/idma.c
patch
|
blob
|
history
diff --git
a/sound/soc/samsung/idma.c
b/sound/soc/samsung/idma.c
index f36a5414f5c425757009c5739412ce4a241d1c05..6e5fed30aa27a00ccfb741519d6cf2ae6cd8bc9c 100644
(file)
--- a/
sound/soc/samsung/idma.c
+++ b/
sound/soc/samsung/idma.c
@@
-411,6
+411,7
@@
void idma_reg_addr_init(void __iomem *regs, dma_addr_t addr)
idma.regs = regs;
idma.lp_tx_addr = addr;
}
+EXPORT_SYMBOL_GPL(idma_reg_addr_init);
static struct snd_soc_platform_driver asoc_idma_platform = {
.ops = &idma_ops,