diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-03-29 11:20:32 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-29 11:20:32 +0400 |
commit | 55440e4e37540305997b7e93d319ddce97a9cfb1 (patch) | |
tree | f1d08e5cbb8eb469bd54665d57bcbb2f7cf9f1ef /sound/pci/hda/hda_intel.c | |
parent | 5266874b09c8a9de744813dd0f7387f02e8191bf (diff) | |
parent | 5dbd5ec6e1cf2e49128025d80813a275744a7ac5 (diff) | |
download | linux-55440e4e37540305997b7e93d319ddce97a9cfb1.tar.xz |
Merge branch 'fix/hda' into topic/hda
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 a33c1c50b310..b185afd581f1 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2273,6 +2273,7 @@ static struct snd_pci_quirk position_fix_list[] __devinitdata = { 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), + SND_PCI_QUIRK(0x1458, 0xa022, "ga-ma770-ud3", POS_FIX_LPIB), SND_PCI_QUIRK(0x1462, 0x1002, "MSI Wind U115", POS_FIX_LPIB), SND_PCI_QUIRK(0x1565, 0x820f, "Biostar Microtech", POS_FIX_LPIB), SND_PCI_QUIRK(0x8086, 0xd601, "eMachines T5212", POS_FIX_LPIB), |