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 e09fb7f9e773..edc14475ef82 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -1807,6 +1807,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
1807 | }, | 1807 | }, |
1808 | { | 1808 | { |
1809 | .subvendor = 0x1028, | 1809 | .subvendor = 0x1028, |
1810 | .subdevice = 0x014e, | ||
1811 | .name = "Dell D800", /* STAC9750/51 */ | ||
1812 | .type = AC97_TUNE_HP_ONLY | ||
1813 | }, | ||
1814 | { | ||
1815 | .subvendor = 0x1028, | ||
1810 | .subdevice = 0x0163, | 1816 | .subdevice = 0x0163, |
1811 | .name = "Dell Unknown", /* STAC9750/51 */ | 1817 | .name = "Dell Unknown", /* STAC9750/51 */ |
1812 | .type = AC97_TUNE_HP_ONLY | 1818 | .type = AC97_TUNE_HP_ONLY |