diff options
author | Daniel T Chen <crimsun@ubuntu.com> | 2010-12-28 17:20:02 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-12-30 13:26:19 +0100 |
commit | e03fa055bc126e536c7f65862e08a9b143138ea9 (patch) | |
tree | efe666f9c2e1ba81d6be945ad8cfe11de603ad60 | |
parent | d81a12bc29ae4038770e05dce4ab7f26fd5880fb (diff) | |
download | linux-3.10-e03fa055bc126e536c7f65862e08a9b143138ea9.tar.gz linux-3.10-e03fa055bc126e536c7f65862e08a9b143138ea9.tar.bz2 linux-3.10-e03fa055bc126e536c7f65862e08a9b143138ea9.zip |
ALSA: hda: Use LPIB quirk for Dell Inspiron m101z/1120
Sjoerd Simons reports that, without using position_fix=1, recording
experiences overruns. Work around that by applying the LPIB quirk
for his hardware.
Reported-and-tested-by: Sjoerd Simons <sjoerd@debian.org>
Cc: <stable@kernel.org>
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-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 b030c8eba21..a1c4008af89 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2300,6 +2300,7 @@ 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(0x1028, 0x0470, "Dell Inspiron 1120", POS_FIX_LPIB), SND_PCI_QUIRK(0x103c, 0x306d, "HP dv3", POS_FIX_LPIB), SND_PCI_QUIRK(0x1043, 0x813d, "ASUS P5AD2", POS_FIX_LPIB), SND_PCI_QUIRK(0x1043, 0x81b3, "ASUS", POS_FIX_LPIB), |