From: Kuninori Morimoto Date: Mon, 23 Jun 2014 00:56:41 +0000 (-0700) Subject: ASoC: rsnd: use dmaengine_prep_dma_cyclic() instead of original method X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~12^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd01559ead29b59918458e9b412ff18b88fc6cf;p=pandora-kernel.git ASoC: rsnd: use dmaengine_prep_dma_cyclic() instead of original method Current R-Car sound driver is using DMAEngine directly, but, ASoC is requesting to use common DMA transfer method, like snd_dmaengine_pcm_trigger() or dmaengine_pcm_ops. It is difficult to switch at this point, since Renesas driver is also supporting PIO transfer. This patch uses dmaengine_prep_dma_cyclic() instead of dmaengine_prep_slave_single(). It is used in requested method, and is good first step to switch over. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed