Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ config SND_PCM
	select SND_TIMER

config SND_DMAENGINE_PCM
	bool
	tristate

config SND_HWDEP
	tristate