diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-03-05 14:02:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-12 19:03:39 +0000 |
commit | d7a42e1033b27cea8ae137eeaa038910fe334a55 (patch) | |
tree | 403becfa4e007b3b41c5a77fabfde7c94653ebcc /sound/soc/ep93xx/Kconfig | |
parent | 7a08cf7022b3f6863cff004cf0531f3e44a772ea (diff) |
ASoC: ep93xx-pcm: Use dmaengine PCM helper functions
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Vinod Koul <vinod.koul@linux.intel.com>
Tested-by: Mika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ep93xx/Kconfig')
-rw-r--r-- | sound/soc/ep93xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ep93xx/Kconfig b/sound/soc/ep93xx/Kconfig index 91a28de94109..88143db7e753 100644 --- a/sound/soc/ep93xx/Kconfig +++ b/sound/soc/ep93xx/Kconfig @@ -1,6 +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 help Say Y or M if you want to add support for codecs attached to the EP93xx I2S or AC97 interfaces. |