ASoC: tegra: Always use the generic dmaengine helper library
authorMark Brown <broonie@linaro.org>
Wed, 17 Jul 2013 09:18:33 +0000 (10:18 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 17 Jul 2013 11:11:13 +0000 (12:11 +0100)
The usage of the dmaengine helpers is unconditional, especially when
doing compile testing.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/tegra/Kconfig

index b0c8ecf8101b67c3b45c6968172bd57c8a6760f4..66b7a068202e49f7b2b3f3d786edabaeead8d154 100644 (file)
@@ -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_GENERIC_DMAENGINE_PCM if TEGRA20_APB_DMA
+       select SND_SOC_GENERIC_DMAENGINE_PCM
        help
          Say Y or M here if you want support for SoC audio on Tegra.
 
This page took 0.02456 seconds and 5 git commands to generate.