浏览代码

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 <zonque@gmail.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Daniel Mack 12 年之前
父节点
当前提交
903eb3187e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/core/Kconfig

+ 1 - 1
sound/core/Kconfig

@@ -7,7 +7,7 @@ config SND_PCM
 	select SND_TIMER
 
 config SND_DMAENGINE_PCM
-	bool
+	tristate
 
 config SND_HWDEP
 	tristate