提交 8858d218 编写于 作者: M Mark Brown

ASoC: Staticise asoc_idma_platform

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: NSangbeom Kim <sbkim73@samsung.com>
上级 6f8d272a
...@@ -410,7 +410,7 @@ void idma_reg_addr_init(void __iomem *regs, dma_addr_t addr) ...@@ -410,7 +410,7 @@ void idma_reg_addr_init(void __iomem *regs, dma_addr_t addr)
idma.lp_tx_addr = addr; idma.lp_tx_addr = addr;
} }
struct snd_soc_platform_driver asoc_idma_platform = { static struct snd_soc_platform_driver asoc_idma_platform = {
.ops = &idma_ops, .ops = &idma_ops,
.pcm_new = idma_new, .pcm_new = idma_new,
.pcm_free = idma_free, .pcm_free = idma_free,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册