linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] sound/soc/codecs: Mark snd-soc-wm2200 and snd-soc-wm-adsp as BROKEN
@ 2013-03-29 14:12 Peter Hurley
  2013-03-29 17:12 ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Hurley @ 2013-03-29 14:12 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, Peter Hurley, Xiong Zhou, Mark Brown

The linux-next tree has failed to build for last 7 days with these
errors:
  MODPOST 2490 modules
  ERROR: "arizona_rate_text" [sound/soc/codecs/snd-soc-wm-adsp.ko] undefined!
  ERROR: "arizona_rate_val" [sound/soc/codecs/snd-soc-wm-adsp.ko] undefined!
  WARNING: modpost: Found 5 section mismatch(es).

Patches submitted by Xiong Zhou <jencce.kernel@gmail.com> to fix this
have been rejected.

Until the author(s) resolve the situation, mark the offenders as BROKEN.

Cc: Xiong Zhou <jencce.kernel@gmail.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
---
 sound/soc/codecs/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 18fea10..470b66b 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -79,7 +79,7 @@ config SND_SOC_ALL_CODECS
 	select SND_SOC_WM0010 if SPI_MASTER
 	select SND_SOC_WM1250_EV1 if I2C
 	select SND_SOC_WM2000 if I2C
-	select SND_SOC_WM2200 if I2C
+	select SND_SOC_WM2200 if I2C && BROKEN
 	select SND_SOC_WM5100 if I2C
 	select SND_SOC_WM5102 if MFD_WM5102
 	select SND_SOC_WM5110 if MFD_WM5110
@@ -153,6 +153,7 @@ config SND_SOC_WM_HUBS
 
 config SND_SOC_WM_ADSP
 	tristate
+	depends on BROKEN
 	default y if SND_SOC_WM5102=y
 	default y if SND_SOC_WM2200=y
 	default m if SND_SOC_WM5102=m
-- 
1.8.1.2

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

end of thread, other threads:[~2013-03-30 13:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-29 14:12 [PATCH -next] sound/soc/codecs: Mark snd-soc-wm2200 and snd-soc-wm-adsp as BROKEN Peter Hurley
2013-03-29 17:12 ` Mark Brown
2013-03-29 18:45   ` Peter Hurley
2013-03-29 18:50     ` Mark Brown
2013-03-30 12:30       ` Xiong Zhou
2013-03-30 13:52         ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).