From: Daniel T Chen Date: Wed, 3 Mar 2010 23:24:26 +0000 (-0500) Subject: ALSA: hda: Use LPIB for Dell Latitude 131L X-Git-Tag: v2.6.27.58~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70df898cfa768c58dc00a7e742ecce648af5d186;p=thirdparty%2Fkernel%2Fstable.git ALSA: hda: Use LPIB for Dell Latitude 131L commit 9919c7619c52d01e89103bca405cc3d4a2b1ac31 upstream. BugLink: https://launchpad.net/bugs/530346 The OR has verified that position_fix=1 is necessary to work around errors on his machine. Reported-by: Tom Louwrier Signed-off-by: Daniel T Chen Signed-off-by: Takashi Iwai Signed-off-by: Willy Tarreau --- diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 0b93ef6e152d5..bb9fa6e5bf4ac 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -1966,6 +1966,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(0x1043, 0x813d, "ASUS P5AD2", POS_FIX_LPIB), {} };