]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit6f1fd93e304f6f4f8b841e1b0124f3ab4c85ba2e
tree6c536149b1c1f4b1c9624590d5d8317f52958eb4
parent19133d2cfd9d6ad8365d94137dcd3e18f760c8e2
ASoC: generic-dmaengine-pcm: call dma_request_slave_channel()

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>
sound/soc/soc-generic-dmaengine-pcm.c