projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e69bf
)
duplicate initializer in sound/pci/hda/patch_realtek.c
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 27 Oct 2007 20:20:02 +0000
(21:20 +0100)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 28 Oct 2007 05:23:06 +0000
(22:23 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index d9f78c809ee977e8a79ff926be121d5d93d7cc0c..1c502789cc1ed001a7360e50425694f3635260ce 100644
(file)
--- 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,
},