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 11:27:29 +0100 |
commit | a8956908bf03418d7264de79e1e988628183f537 (patch) | |
tree | dc5ea7e32d2e4f1615f807ee4f9f8e061ac672c7 /sound/soc/mxs/Kconfig | |
parent | 8c1bb4ecbca575ec89310a50c3d3dd475bf81fd0 (diff) | |
download | op-kernel-dev-a8956908bf03418d7264de79e1e988628183f537.zip op-kernel-dev-a8956908bf03418d7264de79e1e988628183f537.tar.gz |
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 b6fa776..78d321c 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. |