Commit ea45d153 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

duplicate initializer in sound/pci/hda/patch_realtek.c

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 30e69bf4
...@@ -9299,7 +9299,6 @@ static struct alc_config_preset alc268_presets[] = { ...@@ -9299,7 +9299,6 @@ static struct alc_config_preset alc268_presets[] = {
.num_channel_mode = ARRAY_SIZE(alc268_modes), .num_channel_mode = ARRAY_SIZE(alc268_modes),
.channel_mode = alc268_modes, .channel_mode = alc268_modes,
.input_mux = &alc268_capture_source, .input_mux = &alc268_capture_source,
.input_mux = &alc268_capture_source,
.unsol_event = alc268_toshiba_unsol_event, .unsol_event = alc268_toshiba_unsol_event,
.init_hook = alc268_toshiba_automute, .init_hook = alc268_toshiba_automute,
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment