diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-11-24 02:57:53 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-24 02:57:53 -0500 |
commit | 83dd7408b59c1945069199d712df8c7c64a76e1f (patch) | |
tree | bf22beddc5555085695454a5ada898e834fc4902 /sound | |
parent | fc08722510494e8185e176713de8c47238512591 (diff) |
Revert "ALSA: hda - Change quirk for Acer Aspire 5930G"
This reverts commit f2624791a0c2a2d7664b12d75ca327917141fd3b.
Łukasz Wojniłowicz reported that the change causes both internal and
external mics not working any more. The headphone jacking issue was
fixed by his previous patch, it's better to revert to acer-aspire-4930g
model.
Reported-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, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index eedbe19306a0..7e8b17a1769a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -8756,7 +8756,7 @@ static struct snd_pci_quirk alc882_cfg_tbl[] = { | |||
8756 | SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G", | 8756 | SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G", |
8757 | ALC888_ACER_ASPIRE_4930G), | 8757 | ALC888_ACER_ASPIRE_4930G), |
8758 | SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G", | 8758 | SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G", |
8759 | ALC888_ACER_ASPIRE_6530G), | 8759 | ALC888_ACER_ASPIRE_4930G), |
8760 | SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G", | 8760 | SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G", |
8761 | ALC888_ACER_ASPIRE_8930G), | 8761 | ALC888_ACER_ASPIRE_8930G), |
8762 | SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G", | 8762 | SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G", |