diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-04-15 19:19:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-17 15:25:09 +0200 |
commit | 11a8576a0a3f153784fc4fca28e6fcee83531135 (patch) | |
tree | 38cf55ee000aafff1cf3c0b9fc5cc48290af4fc2 /sound/soc/tegra/Kconfig | |
parent | Merge tag 'v3.9-rc7' into asoc-dma (diff) | |
download | linux-11a8576a0a3f153784fc4fca28e6fcee83531135.tar.xz linux-11a8576a0a3f153784fc4fca28e6fcee83531135.zip |
ASoC: tegra: 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: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r-- | sound/soc/tegra/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index dbc27ce1d4de..b1c9d573da05 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -2,7 +2,7 @@ config SND_SOC_TEGRA tristate "SoC Audio for the Tegra System-on-Chip" depends on ARCH_TEGRA && TEGRA20_APB_DMA select REGMAP_MMIO - select SND_SOC_DMAENGINE_PCM if TEGRA20_APB_DMA + select SND_SOC_GENERIC_DMAENGINE_PCM if TEGRA20_APB_DMA help Say Y or M here if you want support for SoC audio on Tegra. |