MLK-21460: ASoC: imx-audmix: fix dummy device DMA ops
authorViorel Suman <viorel.suman@nxp.com>
Tue, 16 Apr 2019 11:25:55 +0000 (14:25 +0300)
committerViorel Suman <viorel.suman@nxp.com>
Thu, 18 Apr 2019 08:24:39 +0000 (11:24 +0300)
commitddb6a8fb2bddb8fd34ea71a116a1719fe45bbae0
treec3e157371efd8eec01a24647764152c5e1936780
parent710279d306b37969d1f3760e6a37a878c7b2b301
MLK-21460: ASoC: imx-audmix: fix dummy device DMA ops

The device is not created from a device tree node, so arch_setup_dma_ops
is not called, thus leaving the device with dummy DMA ops. Fix this by
calling of_dma_configure() with a NULL node to set default DMA ops.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
sound/soc/fsl/imx-audmix.c