]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit142867c1a5c98630778f05fdab473512b9b2b657
tree3fa39d67ac1aeb4636005a9ec8079b4f06b4f4d4
parent3ca4cf29f8d2e50c2902405c302740142b91a51a
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