diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-04-23 17:10:44 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-04-23 17:10:44 +0200 |
commit | 1f10cd34d9b347106cb34ef91c8ff76f12ee67a8 (patch) | |
tree | 986f94e5b93ce612d0169ee6a9bb93eb98834eb7 /sound/pci/hda/hda_intel.c | |
parent | 923125c6503efd3b8779e0df9ec5fcac6acda0b4 (diff) | |
parent | 5c1bccf645d4ab65e4c7502acb42e8b9afdb5bdc (diff) |
Merge branch 'fix/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index f669442b7c82..cec68152dcb1 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2273,6 +2273,7 @@ static struct snd_pci_quirk position_fix_list[] __devinitdata = { SND_PCI_QUIRK(0x1462, 0x1002, "MSI Wind U115", POS_FIX_LPIB), SND_PCI_QUIRK(0x1565, 0x820f, "Biostar Microtech", POS_FIX_LPIB), SND_PCI_QUIRK(0x1565, 0x8218, "Biostar Microtech", POS_FIX_LPIB), + SND_PCI_QUIRK(0x8086, 0x2503, "DG965OT AAD63733-203", POS_FIX_LPIB), SND_PCI_QUIRK(0x8086, 0xd601, "eMachines T5212", POS_FIX_LPIB), {} }; |