diff options
Diffstat (limited to 'sound/pci')
-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 2fe2a8ae82ce..b345894659bb 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -1805,6 +1805,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
1805 | }, | 1805 | }, |
1806 | { | 1806 | { |
1807 | .subvendor = 0x1028, | 1807 | .subvendor = 0x1028, |
1808 | .subdevice = 0x0151, | ||
1809 | .name = "Dell Optiplex GX270", /* AD1981B */ | ||
1810 | .type = AC97_TUNE_HP_ONLY | ||
1811 | }, | ||
1812 | { | ||
1813 | .subvendor = 0x1028, | ||
1808 | .subdevice = 0x0163, | 1814 | .subdevice = 0x0163, |
1809 | .name = "Dell Unknown", /* STAC9750/51 */ | 1815 | .name = "Dell Unknown", /* STAC9750/51 */ |
1810 | .type = AC97_TUNE_HP_ONLY | 1816 | .type = AC97_TUNE_HP_ONLY |