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-Tag: accepted/tizen/common/20141203.182822~1038^2~176^2~44^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=903eb3187e1c322d2e6838fd0275f13a072c4b63;p=platform%2Fkernel%2Flinux-arm64.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 94ce1c4..313f22e 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