All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sound: soc: cygnus: add depends on HAS_DMA
@ 2016-10-07 19:24 Scott Branden
  2016-10-08 20:26 ` Ray Jui
  2016-11-03 15:42   ` Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Scott Branden @ 2016-10-07 19:24 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: Liam Girdwood, Mark Brown, BCM Kernel Feedback, alsa-devel,
	linux-kernel, Scott Branden

add depends on HAS_DMA to Kconfig.  This fixes error reported
by kbuild test robot when building for ARCH=m32r:
ERROR: "bad_dma_ops" [sound/soc/bcm/snd-soc-cygnus.ko] undefined!

Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
 sound/soc/bcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/bcm/Kconfig b/sound/soc/bcm/Kconfig
index d528aac..edf3671 100644
--- a/sound/soc/bcm/Kconfig
+++ b/sound/soc/bcm/Kconfig
@@ -11,6 +11,7 @@ config SND_BCM2835_SOC_I2S
 config SND_SOC_CYGNUS
 	tristate "SoC platform audio for Broadcom Cygnus chips"
 	depends on ARCH_BCM_CYGNUS || COMPILE_TEST
+	depends on HAS_DMA
 	help
 	  Say Y if you want to add support for ASoC audio on Broadcom
 	  Cygnus chips (bcm958300, bcm958305, bcm911360)
-- 
2.5.0

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

end of thread, other threads:[~2016-11-03 15:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-07 19:24 [PATCH] sound: soc: cygnus: add depends on HAS_DMA Scott Branden
2016-10-08 20:26 ` Ray Jui
2016-11-01 17:53   ` Scott Branden
2016-11-02 20:22     ` Mark Brown
2016-11-03 15:42 ` Applied "ASoC: bcm: add depends on HAS_DMA" to the asoc tree Mark Brown
2016-11-03 15:42   ` 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.