diff options
-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 53fa5d8d0c4b..cc16f95f9cef 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -1858,6 +1858,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
1858 | }, | 1858 | }, |
1859 | { | 1859 | { |
1860 | .subvendor = 0x10cf, | 1860 | .subvendor = 0x10cf, |
1861 | .subdevice = 0x1225, | ||
1862 | .name = "Fujitsu-Siemens T3010", | ||
1863 | .type = AC97_TUNE_HP_ONLY | ||
1864 | }, | ||
1865 | { | ||
1866 | .subvendor = 0x10cf, | ||
1861 | .subdevice = 0x1253, | 1867 | .subdevice = 0x1253, |
1862 | .name = "Fujitsu S6210", /* STAC9750/51 */ | 1868 | .name = "Fujitsu S6210", /* STAC9750/51 */ |
1863 | .type = AC97_TUNE_HP_ONLY | 1869 | .type = AC97_TUNE_HP_ONLY |