Re: [PATCH] ASoC: atmel-pcm-dma: won't check direction when configure dma

2015-02-02 Thread Mark Brown
On Mon, Feb 02, 2015 at 02:44:46PM +0800, Bo Shen wrote: > 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. Applied, thanks. signature.asc Description: Digital sig

[PATCH] ASoC: atmel-pcm-dma: won't check direction when configure dma

2015-02-01 Thread Bo Shen
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 --- sound/soc/atmel/atmel-pcm-dma.c | 12 +--- 1 file changed, 5 insertions(+), 7 dele