diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 061072c7db03..c5ef12ae3c55 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -1740,6 +1740,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
1740 | }, | 1740 | }, |
1741 | { | 1741 | { |
1742 | .subvendor = 0x1025, | 1742 | .subvendor = 0x1025, |
1743 | .subdevice = 0x0082, | ||
1744 | .name = "Acer Travelmate 2310", | ||
1745 | .type = AC97_TUNE_HP_ONLY | ||
1746 | }, | ||
1747 | { | ||
1748 | .subvendor = 0x1025, | ||
1743 | .subdevice = 0x0083, | 1749 | .subdevice = 0x0083, |
1744 | .name = "Acer Aspire 3003LCi", | 1750 | .name = "Acer Aspire 3003LCi", |
1745 | .type = AC97_TUNE_HP_ONLY | 1751 | .type = AC97_TUNE_HP_ONLY |