From: Al Viro Date: Sat, 27 Oct 2007 20:20:02 +0000 (+0100) Subject: duplicate initializer in sound/pci/hda/patch_realtek.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ea45d15394c57cb214aef8e6d40976c128995d43;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git duplicate initializer in sound/pci/hda/patch_realtek.c Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d9f78c809ee9..1c502789cc1e 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9299,7 +9299,6 @@ static struct alc_config_preset alc268_presets[] = { .num_channel_mode = ARRAY_SIZE(alc268_modes), .channel_mode = alc268_modes, .input_mux = &alc268_capture_source, - .input_mux = &alc268_capture_source, .unsol_event = alc268_toshiba_unsol_event, .init_hook = alc268_toshiba_automute, },