diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-09-01 06:31:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-16 18:46:11 +0200 |
commit | 03d3964c517b24b11923978e2ed4a2a19b702f8a (patch) | |
tree | 78f48300caf3d61b5f6946f77f983beb712f371a /sound/soc | |
parent | Linux 4.3-rc1 (diff) | |
download | linux-03d3964c517b24b11923978e2ed4a2a19b702f8a.tar.xz linux-03d3964c517b24b11923978e2ed4a2a19b702f8a.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/soc')
-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 |