ASoC: generic-dmaengine-pcm: call dma_request_slave_channel()
authorShawn Guo <shawn.guo@linaro.org>
Mon, 22 Apr 2013 13:57:24 +0000 (21:57 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 23 Apr 2013 10:34:29 +0000 (11:34 +0100)
dma_request_slave_channel() is a more appropriate API for dmaengine
clients that adopt generic DMA bindings to call.  Let's use it instead
of of_dma_request_slave_channel() to save <linux/of_dma.h> include.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found