diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-09-01 00:31:24 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-16 12:46:11 -0400 |
commit | 03d3964c517b24b11923978e2ed4a2a19b702f8a (patch) | |
tree | 78f48300caf3d61b5f6946f77f983beb712f371a | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (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>
-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 @@ | |||
1 | config SND_SPEAR_SOC | 1 | config SND_SPEAR_SOC |
2 | tristate | 2 | tristate |
3 | select SND_DMAENGINE_PCM | 3 | select SND_SOC_GENERIC_DMAENGINE_PCM |
4 | 4 | ||
5 | config SND_SPEAR_SPDIF_OUT | 5 | config SND_SPEAR_SPDIF_OUT |
6 | tristate | 6 | tristate |