summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-10-27 21:20:02 +0100
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-27 22:23:06 -0700
commitea45d15394c57cb214aef8e6d40976c128995d43 (patch)
tree3937b41e0485f1f67c5d7fdc8cdb70a5aeb856d2 /sound
parent30e69bf4cce16d4c2dcfd629a60fcd8e1aba9fee (diff)
downloadlinux-3.10-ea45d15394c57cb214aef8e6d40976c128995d43.tar.gz
linux-3.10-ea45d15394c57cb214aef8e6d40976c128995d43.tar.bz2
linux-3.10-ea45d15394c57cb214aef8e6d40976c128995d43.zip
duplicate initializer in sound/pci/hda/patch_realtek.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index d9f78c809ee..1c502789cc1 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,
},