aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-31 10:52:58 -0400
committerJaroslav Kysela <perex@suse.cz>2005-06-22 06:27:59 -0400
commit98c7f2121d4263867710df3b5124980e25261188 (patch)
tree3686da374deb66755c2c65d358812f827d140c3b /sound/pci/intel8x0.c
parentfb4bd0adc4b5b6538933b098a67851d8f99b5ca3 (diff)
[ALSA] Add FSC T3010 quirk
Intel8x0 driver Added ac97_quirk for FSC T3010. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r--sound/pci/intel8x0.c6
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