diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-04-20 19:29:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-22 12:27:29 +0200 |
commit | a8956908bf03418d7264de79e1e988628183f537 (patch) | |
tree | dc5ea7e32d2e4f1615f807ee4f9f8e061ac672c7 /sound/soc/mxs/Kconfig | |
parent | ASoC: mxs: Setup dma data in DAI probe (diff) | |
download | linux-a8956908bf03418d7264de79e1e988628183f537.tar.xz 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/Kconfig | 2 |
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. |