OSDN Git Service

add audio support for Eee PC 1004, 1005HA
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 16 Jul 2009 06:43:09 +0000 (14:43 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 20 Oct 2009 02:47:18 +0000 (10:47 +0800)
sound/pci/hda/patch_realtek.c

index 1fbdd18..5beffce 100644 (file)
@@ -12619,6 +12619,10 @@ static struct snd_pci_quirk alc269_cfg_tbl[] = {
                      ALC269_ASUS_EEEPC_P901),
        SND_PCI_QUIRK(0x1043, 0x834a, "ASUS Eeepc S101",
                      ALC269_ASUS_EEEPC_P901),
+       SND_PCI_QUIRK(0x1043, 0x83a5, "ASUS Eeepc P1004",
+                     ALC269_ASUS_EEEPC_P901),
+       SND_PCI_QUIRK(0x1043, 0x8398, "ASUS Eeepc P1005HA",
+                     ALC269_ASUS_EEEPC_P901),
        SND_PCI_QUIRK(0x1734, 0x115d, "FSC Amilo", ALC269_FUJITSU),
        SND_PCI_QUIRK(0x10cf, 0x1475, "Lifebook ICH9M-based", ALC269_LIFEBOOK),
        {}