projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f262479
)
ALSA: hda - 4930g mute lfe and side when pluging in headphones
author
Łukasz Wojniłowicz
<lukasz.wojnilowicz@gmail.com>
Fri, 20 Nov 2009 11:14:35 +0000
(12:14 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 20 Nov 2009 11:14:35 +0000
(12:14 +0100)
Fixes first issue from comment
0021423
in bug
0004317
for Acer Aspire 5930g
Signed-off-by: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index d29fa18232ad692ec5e1a6051e9272b916406bbb..eedbe19306a0118ba29bd39efc268bc523247766 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-1772,6
+1772,8
@@
static void alc888_acer_aspire_4930g_setup(struct hda_codec *codec)
spec->autocfg.hp_pins[0] = 0x15;
spec->autocfg.speaker_pins[0] = 0x14;
+ spec->autocfg.speaker_pins[1] = 0x16;
+ spec->autocfg.speaker_pins[2] = 0x17;
}
static void alc888_acer_aspire_6530g_setup(struct hda_codec *codec)