From: Daniel Mack Date: Thu, 15 Aug 2013 14:03:52 +0000 (+0200) Subject: ALSA: core: allow SND_DMAENGINE_PCM use from modules X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=903eb3187e1c322d2e6838fd0275f13a072c4b63;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git ALSA: core: allow SND_DMAENGINE_PCM use from modules 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 Reported-by: Fengguang Wu Signed-off-by: Mark Brown --- diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 94ce1c44ff83..313f22e9d929 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig @@ -7,7 +7,7 @@ config SND_PCM select SND_TIMER config SND_DMAENGINE_PCM - bool + tristate config SND_HWDEP tristate