ASoC: fsi: Configure DMA slave settings
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 17 Feb 2015 01:48:19 +0000 (01:48 +0000)
committerVinod Koul <vinod.koul@intel.com>
Mon, 23 Feb 2015 10:43:23 +0000 (16:13 +0530)
commit7c6cc8f2012f4146b05b8ec7238f98884100db8c
tree6f279ed38fea7ff688c93727d2febe25afd0a669
parent5b7cdc8068e3f02ff4c6ef75bd7398af244869d4
ASoC: fsi: Configure DMA slave settings

Current FSI driver is assuming that dst_addr/src_addr of DMAEngine
will be set by platform data. But it should be set via
dmaengine_slave_config(). Special thanks to Arnd

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
sound/soc/sh/fsi.c