diff options
author | Daniel Mack <zonque@gmail.com> | 2013-08-12 04:42:37 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-15 06:18:09 -0400 |
commit | b7ae6f31d8243ec684af16bc5c763eccdfabaec0 (patch) | |
tree | 09bcafcf065ffe743258f8ffbf6c055a1c130b4f /sound/core/Kconfig | |
parent | d4e4ab86bcba5a72779c43dc1459f71fea3d89c8 (diff) |
ALSA: move dmaengine implementation from ASoC to ALSA core
For the PXA DMA rework, we need the generic dmaengine implementation
that currently lives in sound/soc for standalone (non-ASoC) AC'97
support.
Move it to sound/core, and rename the Kconfig symbol.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r-- | sound/core/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index c0c2f57a0d6f..94ce1c44ff83 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -6,6 +6,9 @@ config SND_PCM | |||
6 | tristate | 6 | tristate |
7 | select SND_TIMER | 7 | select SND_TIMER |
8 | 8 | ||
9 | config SND_DMAENGINE_PCM | ||
10 | bool | ||
11 | |||
9 | config SND_HWDEP | 12 | config SND_HWDEP |
10 | tristate | 13 | tristate |
11 | 14 | ||