The patch titled alsa: kill pxa2xx Kconfig warning has been added to the -mm tree. Its filename is alsa-kill-pxa2xx-kconfig-warning.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: alsa: kill pxa2xx Kconfig warning From: Frederik Deweerdt <deweerdt@xxxxxxx> The following patch silences the following Kconfig warning: scripts/kconfig/conf -s arch/i386/Kconfig sound/soc/pxa/Kconfig:18:warning: 'select' used by config symbol 'SND_PXA2XX_SOC_AC97' refer to undefined symbol 'SND_AC97_BUS' Signed-off-by: Frederik Deweerdt <frederik.deweerdt@xxxxxxxxx> Cc: Jaroslav Kysela <perex@xxxxxxx> Cc: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/soc/pxa/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN sound/soc/pxa/Kconfig~alsa-kill-pxa2xx-kconfig-warning sound/soc/pxa/Kconfig --- a/sound/soc/pxa/Kconfig~alsa-kill-pxa2xx-kconfig-warning +++ a/sound/soc/pxa/Kconfig @@ -15,7 +15,7 @@ config SND_PXA2XX_AC97 config SND_PXA2XX_SOC_AC97 tristate - select SND_AC97_BUS + select AC97_BUS select SND_SOC_AC97_BUS config SND_PXA2XX_SOC_I2S _ Patches currently in -mm which might be from deweerdt@xxxxxxx are alsa-kill-pxa2xx-kconfig-warning.patch disable-init-initramfsc-updated-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html