aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-04-15 13:20:04 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-18 10:04:44 -0400
commit22f38f792ec53e2a93be13ecb609bbe911ed8ff9 (patch)
treecbbd8ee051127923651133bdf505b5b0e520e2f5 /include/sound
parentadaa3229fbb88532e0d460afad779efbfb92ffeb (diff)
ASoC: ux500: Use generic dmaengine PCM
Use the generic dmaengine PCM driver instead of a custom implemention. There is a minor functional change, the ux500 PCM driver did not preallocate the audio buffer, while the generic dmaengine PCM driver will do this. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/dmaengine_pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/dmaengine_pcm.h b/include/sound/dmaengine_pcm.h
index e7052862d6b2..b1d1150c1d60 100644
--- a/include/sound/dmaengine_pcm.h
+++ b/include/sound/dmaengine_pcm.h
@@ -87,7 +87,7 @@ void snd_dmaengine_pcm_set_config_from_dai_data(
87 */ 87 */
88#define SND_DMAENGINE_PCM_FLAG_NO_DT BIT(1) 88#define SND_DMAENGINE_PCM_FLAG_NO_DT BIT(1)
89/* 89/*
90 * The platforms dmaengine driver does not support reporting the ammount of 90 * The platforms dmaengine driver does not support reporting the amount of
91 * bytes that are still left to transfer. 91 * bytes that are still left to transfer.
92 */ 92 */
93#define SND_DMAENGINE_PCM_FLAG_NO_RESIDUE BIT(2) 93#define SND_DMAENGINE_PCM_FLAG_NO_RESIDUE BIT(2)