diff options
author | Daniel Mack <zonque@gmail.com> | 2013-08-15 16:03:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-15 18:28:42 +0100 |
commit | 903eb3187e1c322d2e6838fd0275f13a072c4b63 (patch) | |
tree | 742855fe3d5b7e870454783c8b9c0eb38b35a77d /sound/core | |
parent | b7ae6f31d8243ec684af16bc5c763eccdfabaec0 (diff) | |
download | op-kernel-dev-903eb3187e1c322d2e6838fd0275f13a072c4b63.zip op-kernel-dev-903eb3187e1c322d2e6838fd0275f13a072c4b63.tar.gz |
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>
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |