Commit 903eb318 authored by Daniel Mack's avatar Daniel Mack Committed by Mark Brown

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: default avatarDaniel Mack <zonque@gmail.com>
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent b7ae6f31
......@@ -7,7 +7,7 @@ config SND_PCM
select SND_TIMER
config SND_DMAENGINE_PCM
bool
tristate
config SND_HWDEP
tristate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment