diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-02-22 04:49:08 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-02 08:47:25 -0500 |
commit | e7f73a1613567ac82314f33956c0f3810bf1efb2 (patch) | |
tree | 720501188147171460a37efedd5592a28248fdc2 /sound/soc/Kconfig | |
parent | 1355ab147fa38e4b3841469c51422e2343a877b2 (diff) |
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>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 35e662d270e6..91c985599d32 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -25,6 +25,9 @@ if SND_SOC | |||
25 | config SND_SOC_AC97_BUS | 25 | config SND_SOC_AC97_BUS |
26 | bool | 26 | bool |
27 | 27 | ||
28 | config SND_SOC_DMAENGINE_PCM | ||
29 | bool | ||
30 | |||
28 | # All the supported SoCs | 31 | # All the supported SoCs |
29 | source "sound/soc/atmel/Kconfig" | 32 | source "sound/soc/atmel/Kconfig" |
30 | source "sound/soc/au1x/Kconfig" | 33 | source "sound/soc/au1x/Kconfig" |