diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-10-27 21:20:02 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-27 22:23:06 -0700 |
commit | ea45d15394c57cb214aef8e6d40976c128995d43 (patch) | |
tree | 3937b41e0485f1f67c5d7fdc8cdb70a5aeb856d2 | |
parent | 30e69bf4cce16d4c2dcfd629a60fcd8e1aba9fee (diff) | |
download | linux-stable-ea45d15394c57cb214aef8e6d40976c128995d43.tar.gz linux-stable-ea45d15394c57cb214aef8e6d40976c128995d43.tar.bz2 linux-stable-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>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, }, |