aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/mxs/Kconfig
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-04-20 19:29:03 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-22 11:27:29 +0100
commita8956908bf03418d7264de79e1e988628183f537 (patch)
treedc5ea7e32d2e4f1615f807ee4f9f8e061ac672c7 /sound/soc/mxs/Kconfig
parentASoC: mxs: Setup dma data in DAI probe (diff)
downloadwireguard-linux-a8956908bf03418d7264de79e1e988628183f537.tar.xz
wireguard-linux-a8956908bf03418d7264de79e1e988628183f537.zip
ASoC: mxs: Use generic dmaengine PCM
Use the generic dmaengine PCM driver instead of a custom implementation. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Tested-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mxs/Kconfig')
-rw-r--r--sound/soc/mxs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig
index b6fa77678d97..78d321cbe8b4 100644
--- a/sound/soc/mxs/Kconfig
+++ b/sound/soc/mxs/Kconfig
@@ -1,7 +1,7 @@
menuconfig SND_MXS_SOC
tristate "SoC Audio for Freescale MXS CPUs"
depends on ARCH_MXS
- select SND_SOC_DMAENGINE_PCM
+ select SND_SOC_GENERIC_DMAENGINE_PCM
help
Say Y or M if you want to add support for codecs attached to
the MXS SAIF interface.