]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: core: allow SND_DMAENGINE_PCM use from modules
authorDaniel Mack <zonque@gmail.com>
Thu, 15 Aug 2013 14:03:52 +0000 (16:03 +0200)
committerMark Brown <broonie@linaro.org>
Thu, 15 Aug 2013 17:28:42 +0000 (18:28 +0100)
When users of SND_DMAENGINE_PCM are built as module, the config symbol
SND_DMAENGINE_PCM must be tristate, otherwise the linker will fail.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/core/Kconfig

index 94ce1c44ff83a7f6eeaeb178e06d7d4bb6bf403f..313f22e9d929d8f5dbd039d224a529788b22c635 100644 (file)
@@ -7,7 +7,7 @@ config SND_PCM
        select SND_TIMER
 
 config SND_DMAENGINE_PCM
-       bool
+       tristate
 
 config SND_HWDEP
        tristate