diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-09-01 12:31:24 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-14 18:37:25 +0100 |
commit | 42617869bf095c650e67aad4001cab4224e7fa98 (patch) | |
tree | 78f48300caf3d61b5f6946f77f983beb712f371a /sound | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) | |
download | linux-42617869bf095c650e67aad4001cab4224e7fa98.tar.gz linux-42617869bf095c650e67aad4001cab4224e7fa98.tar.bz2 linux-42617869bf095c650e67aad4001cab4224e7fa98.zip |
ASoC: SPEAr: Make SND_SPEAR_SOC select SND_SOC_GENERIC_DMAENGINE_PCM
devm_snd_dmaengine_pcm_register() is guarded by
CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/spear/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/spear/Kconfig b/sound/soc/spear/Kconfig index 0a53053495f3..4fb91412ebec 100644 --- a/sound/soc/spear/Kconfig +++ b/sound/soc/spear/Kconfig @@ -1,6 +1,6 @@ config SND_SPEAR_SOC tristate - select SND_DMAENGINE_PCM + select SND_SOC_GENERIC_DMAENGINE_PCM config SND_SPEAR_SPDIF_OUT tristate |