diff options
author | Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com> | 2009-11-20 06:14:35 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-20 06:14:35 -0500 |
commit | 7cef4cf1c5e9d81554137f52b96a5ab7f6241cdd (patch) | |
tree | 6c8eceb3af7e7b07ab7b13efb2cf86b5d82fa0ea /sound | |
parent | f2624791a0c2a2d7664b12d75ca327917141fd3b (diff) |
ALSA: hda - 4930g mute lfe and side when pluging in headphones
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d29fa18232ad..eedbe19306a0 100644 --- 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) | |||
1772 | 1772 | ||
1773 | spec->autocfg.hp_pins[0] = 0x15; | 1773 | spec->autocfg.hp_pins[0] = 0x15; |
1774 | spec->autocfg.speaker_pins[0] = 0x14; | 1774 | spec->autocfg.speaker_pins[0] = 0x14; |
1775 | spec->autocfg.speaker_pins[1] = 0x16; | ||
1776 | spec->autocfg.speaker_pins[2] = 0x17; | ||
1775 | } | 1777 | } |
1776 | 1778 | ||
1777 | static void alc888_acer_aspire_6530g_setup(struct hda_codec *codec) | 1779 | static void alc888_acer_aspire_6530g_setup(struct hda_codec *codec) |