diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-12-09 08:24:25 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-12-09 08:24:25 +0100 |
commit | 58936b29c4c3e633a92bb918409fe1f0ca148144 (patch) | |
tree | 175e7e88a7ea767a80d91bee98a0ff5fcb3656ea /sound/pci/hda/hda_intel.c | |
parent | 2ff38c9fbaa86264ad819117ab137361067ab5f1 (diff) | |
parent | 8a96b1e02029aa512199b1b6d281dcede9ed81f1 (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 21aa9b0e28f..b030c8eba21 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2296,6 +2296,7 @@ static int azx_dev_free(struct snd_device *device) */ static struct snd_pci_quirk position_fix_list[] __devinitdata = { SND_PCI_QUIRK(0x1025, 0x009f, "Acer Aspire 5110", POS_FIX_LPIB), + SND_PCI_QUIRK(0x1025, 0x026f, "Acer Aspire 5538", POS_FIX_LPIB), 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), |