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

* Re: [PATCH] ALSA: core: allow SND_DMAENGINE_PCM use from modules
  2013-08-15 14:03 [PATCH] ALSA: core: allow SND_DMAENGINE_PCM use from modules Daniel Mack
@ 2013-08-15 17:30 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-08-15 17:30 UTC (permalink / raw)
  To: Daniel Mack; +Cc: alsa-devel, fengguang.wu


[-- Attachment #1.1: Type: text/plain, Size: 222 bytes --]

On Thu, Aug 15, 2013 at 04:03:52PM +0200, Daniel Mack wrote:
> When users of SND_DMAENGINE_PCM are built as module, the config symbol
> SND_DMAENGINE_PCM must be tristate, otherwise the linker will fail.

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[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.