All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: core: allow SND_DMAENGINE_PCM use from modules
@ 2013-08-15 14:03 Daniel Mack
  2013-08-15 17:30 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2013-08-15 14:03 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, fengguang.wu, Daniel Mack

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>
---
 sound/core/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-15 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 14:03 [PATCH] ALSA: core: allow SND_DMAENGINE_PCM use from modules Daniel Mack
2013-08-15 17:30 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.