Sorry that I'm not sending this patch by git but it takes for me too long to clone alsa-kernel.git repository at 15 KB download rate. Thanks for your understanding
From: =?utf-8?q?=C5=81ukasz=20Wojni=C5=82owicz?= <lukasz.wojnilowicz@xxxxxxxxx> Subject: Mute lfe and side for 4930g when pluging in headphones Comment: Fixes first issue from comment 0021423 in bug from site https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4317 diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index eee3143..4ed3b77 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1786,6 +1786,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)
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel