aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/samsung/idma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c
index f36a5414f5c4..6e5fed30aa27 100644
--- 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)
411 idma.regs = regs; 411 idma.regs = regs;
412 idma.lp_tx_addr = addr; 412 idma.lp_tx_addr = addr;
413} 413}
414EXPORT_SYMBOL_GPL(idma_reg_addr_init);
414 415
415static struct snd_soc_platform_driver asoc_idma_platform = { 416static struct snd_soc_platform_driver asoc_idma_platform = {
416 .ops = &idma_ops, 417 .ops = &idma_ops,