projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ae6f3
)
ALSA: core: allow SND_DMAENGINE_PCM use from modules
author
Daniel Mack
<zonque@gmail.com>
Thu, 15 Aug 2013 14:03:52 +0000
(16:03 +0200)
committer
Mark Brown
<broonie@linaro.org>
Thu, 15 Aug 2013 17:28:42 +0000
(18:28 +0100)
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>
sound/core/Kconfig
patch
|
blob
|
history
diff --git
a/sound/core/Kconfig
b/sound/core/Kconfig
index
94ce1c4
..
313f22e
100644
(file)
--- 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