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@xxxxxxxxx> to fix this have been rejected. Until the author(s) resolve the situation, mark the offenders as BROKEN. Cc: Xiong Zhou <jencce.kernel@xxxxxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Peter Hurley <peter@xxxxxxxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html