Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8858d218 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Staticise asoc_idma_platform

parent 6f8d272a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ void idma_reg_addr_init(void __iomem *regs, dma_addr_t 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,
	.pcm_new = idma_new,
	.pcm_free = idma_free,