summaryrefslogtreecommitdiff
path: root/sound/soc/spear
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-09-01 12:31:24 +0800
committerMark Brown <broonie@kernel.org>2015-09-14 18:37:25 +0100
commit42617869bf095c650e67aad4001cab4224e7fa98 (patch)
tree78f48300caf3d61b5f6946f77f983beb712f371a /sound/soc/spear
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff)
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/soc/spear')
-rw-r--r--sound/soc/spear/Kconfig2
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