diff options
Diffstat (limited to 'sound')
-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 7b548416dcef..d846cbfaa31c 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -1759,6 +1759,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
1759 | .type = AC97_TUNE_ALC_JACK | 1759 | .type = AC97_TUNE_ALC_JACK |
1760 | }, | 1760 | }, |
1761 | { | 1761 | { |
1762 | .subvendor = 0x1014, | ||
1763 | .subdevice = 0x0267, | ||
1764 | .name = "IBM NetVista A30p", /* AD1981B */ | ||
1765 | .type = AC97_TUNE_HP_ONLY | ||
1766 | }, | ||
1767 | { | ||
1762 | .subvendor = 0x1028, | 1768 | .subvendor = 0x1028, |
1763 | .subdevice = 0x00d8, | 1769 | .subdevice = 0x00d8, |
1764 | .name = "Dell Precision 530", /* AD1885 */ | 1770 | .name = "Dell Precision 530", /* AD1885 */ |