]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Add dmaengine PCM helper functions
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 22 Feb 2012 09:49:08 +0000 (10:49 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 2 Mar 2012 13:47:25 +0000 (13:47 +0000)
commit6b007aeb026d15109d841eed1be03ae6103fc67d
tree720501188147171460a37efedd5592a28248fdc2
parentc2248148cf16f7eade7d18ded9ad00e94bcf4bbc
ASoC: Add dmaengine PCM helper functions

This patch adds a set of functions which are intended to be used when
implementing a dmaengine based sound PCM driver.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/dmaengine_pcm.h [new file with mode: 0644]
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/soc-dmaengine-pcm.c [new file with mode: 0644]