Prev: [092/140] ARM: 6201/1: RealView: Do not use outer_sync() on ARM11MPCore boards with L220
Next: [048/205] ocfs2: No need to zero pages past i_size.
From: Greg KH on 30 Jul 2010 14:00 2.6.33-stable review patch. If anyone has any objections, please let us know. ------------------ From: Mark Brown <broonie(a)opensource.wolfsonmicro.com> commit 3c0709396df0869786f83e4b2d2d687c70ee886d upstream. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg(a)slimlogic.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- sound/soc/codecs/wm8776.c | 1 - 1 file changed, 1 deletion(-) --- a/sound/soc/codecs/wm8776.c +++ b/sound/soc/codecs/wm8776.c @@ -93,7 +93,6 @@ SOC_DAPM_SINGLE("Bypass Switch", WM8776_ static const struct snd_soc_dapm_widget wm8776_dapm_widgets[] = { SND_SOC_DAPM_INPUT("AUX"), -SND_SOC_DAPM_INPUT("AUX"), SND_SOC_DAPM_INPUT("AIN1"), SND_SOC_DAPM_INPUT("AIN2"), -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |