From 6e68458798b684487c02077ccd9d97e985163f89 Mon Sep 17 00:00:00 2001 From: Daniel T Chen Date: Wed, 3 Mar 2010 18:24:26 -0500 Subject: [PATCH] --- yaml --- r: 187003 b: refs/heads/master c: 9919c7619c52d01e89103bca405cc3d4a2b1ac31 h: refs/heads/master i: 187001: 22b06f2ffdbea5d87537e4ecde993f461abe80a1 186999: 0db576fb1807be66a3ac02a362e46a241c84de96 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 313d220d5100..de5f46787aae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dd74b4653597d1d321efa13935cb029b4d819343 +refs/heads/master: 9919c7619c52d01e89103bca405cc3d4a2b1ac31 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index b1047570e78d..531a0b6a66c1 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -2268,6 +2268,7 @@ static int azx_dev_free(struct snd_device *device) static struct snd_pci_quirk position_fix_list[] __devinitdata = { SND_PCI_QUIRK(0x1028, 0x01cc, "Dell D820", POS_FIX_LPIB), SND_PCI_QUIRK(0x1028, 0x01de, "Dell Precision 390", POS_FIX_LPIB), + SND_PCI_QUIRK(0x1028, 0x01f6, "Dell Latitude 131L", POS_FIX_LPIB), SND_PCI_QUIRK(0x103c, 0x306d, "HP dv3", POS_FIX_LPIB), SND_PCI_QUIRK(0x1106, 0x3288, "ASUS M2V-MX SE", POS_FIX_LPIB), SND_PCI_QUIRK(0x1043, 0x813d, "ASUS P5AD2", POS_FIX_LPIB),