diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-04-20 19:29:05 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-13 18:20:56 +0400 |
commit | e27e8a60cb4ca8e3b047c5d6ee9afff9c4c5b61a (patch) | |
tree | b8bc47d5ae0bddbd8eef0528d308033308e3b119 /sound/soc/cirrus/Kconfig | |
parent | 785d81e29bd237b4e76ca27c3ebcc3281e663596 (diff) | |
download | blackbird-op-linux-e27e8a60cb4ca8e3b047c5d6ee9afff9c4c5b61a.tar.gz blackbird-op-linux-e27e8a60cb4ca8e3b047c5d6ee9afff9c4c5b61a.zip |
ASoC: ep93xx: Use generic dmaengine PCM
Use the generic dmaengine PCM driver instead of a custom implementation.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/cirrus/Kconfig')
-rw-r--r-- | sound/soc/cirrus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/cirrus/Kconfig b/sound/soc/cirrus/Kconfig index 88143db7e753..2c20f01e1f7e 100644 --- a/sound/soc/cirrus/Kconfig +++ b/sound/soc/cirrus/Kconfig @@ -1,7 +1,7 @@ config SND_EP93XX_SOC tristate "SoC Audio support for the Cirrus Logic EP93xx series" depends on ARCH_EP93XX && SND_SOC - 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 EP93xx I2S or AC97 interfaces. |