Skip to content

Commit

Permalink
ASoC: samsung: export idma_reg_addr_init
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann authored and Mark Brown committed Apr 11, 2013
1 parent 2af1955 commit 0930c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/samsung/idma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0930c33

Please sign in to comment.