[alsa-devel] [PATCH] Quirk for Acer Aspire 6530G

Juan Jesús García de Soria Lucena skandalfo at gmail.com
Fri Feb 20 20:45:35 CET 2009


Hi everyone.

The Acer Aspire 6530G needs the 4930G "model" for the front mic to
work properly. Please apply the attached patch in order to properly
support it out of the box.

Best regards,

   Juan Jesus Garcia de Soria

-- 
Dream small if success is enough for you; dream big if you need to
change the world.
-------------- next part --------------
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index ed8fcbd..df0fd02 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8469,6 +8469,8 @@ static struct snd_pci_quirk alc883_cfg_tbl[] = {
 		ALC888_ACER_ASPIRE_4930G),
 	SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G",
 		ALC888_ACER_ASPIRE_4930G),
+	SND_PCI_QUIRK(0x1025, 0x0166, "Acer Aspire 6530G",
+		ALC888_ACER_ASPIRE_4930G),
 	SND_PCI_QUIRK(0x1025, 0, "Acer laptop", ALC883_ACER), /* default Acer */
 	SND_PCI_QUIRK(0x1028, 0x020d, "Dell Inspiron 530", ALC888_6ST_DELL),
 	SND_PCI_QUIRK(0x103c, 0x2a3d, "HP Pavillion", ALC883_6ST_DIG),


More information about the Alsa-devel mailing list