diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-04-15 21:20:04 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-18 18:04:44 +0400 |
commit | 22f38f792ec53e2a93be13ecb609bbe911ed8ff9 (patch) | |
tree | cbbd8ee051127923651133bdf505b5b0e520e2f5 /sound/soc/ux500/Kconfig | |
parent | adaa3229fbb88532e0d460afad779efbfb92ffeb (diff) | |
download | linux-22f38f792ec53e2a93be13ecb609bbe911ed8ff9.tar.xz |
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 'sound/soc/ux500/Kconfig')
-rw-r--r-- | sound/soc/ux500/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig index 069330d82be5..c73c5907eb11 100644 --- a/sound/soc/ux500/Kconfig +++ b/sound/soc/ux500/Kconfig @@ -16,7 +16,7 @@ config SND_SOC_UX500_PLAT_MSP_I2S config SND_SOC_UX500_PLAT_DMA tristate "Platform - DB8500 (DMA)" depends on SND_SOC_UX500 - select SND_SOC_DMAENGINE_PCM + select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y if you want to enable the Ux500 platform-driver. |