summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorTakashi Iwai2010-05-06 08:39:43 +0200
committerTakashi Iwai2010-05-06 08:39:43 +0200
commit20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf (patch)
tree21d3b7e1d5edc8903b3936c37561c63c3864250f /sound/pci/hda/hda_intel.c
parentALSA: hda - Add initial support for Thinkpad T410s HDA codec (diff)
parentALSA: hda: Fix 0 dB for Packard Bell models using Conexant CX20549 (Venice) (diff)
downloadkernel-qcow2-linux-20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf.tar.gz
kernel-qcow2-linux-20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf.tar.xz
kernel-qcow2-linux-20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf.zip
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 8b6815dea4c3..236b4caa142f 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2277,6 +2277,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),
{}
};