ASoC: atmel-pcm-dma: won't check direction when configure dma
authorBo Shen <voice.shen@atmel.com>
Mon, 2 Feb 2015 06:44:46 +0000 (14:44 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 2 Feb 2015 12:18:45 +0000 (12:18 +0000)
commit56bbd86c2e47d4f7707cb329fc008487c940ca27
tree3fa39d67ac1aeb4636005a9ec8079b4f06b4f4d4
parent3fd5b30c577bdd51168f38cf4f2d322619015a53
ASoC: atmel-pcm-dma: won't check direction when configure dma

As DMA framework request DMA using direction only in prep_slave
function, (The At91 xdma driver has adapted to this request).
So won't check direction when do DMA configuration.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/atmel-pcm-dma.c