[ALSA] Add FSC T3010 quirk

Intel8x0 driver
Added ac97_quirk for FSC T3010.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2005-05-31 16:52:58 +02:00 committed by Jaroslav Kysela
parent fb4bd0adc4
commit 98c7f2121d
1 changed files with 6 additions and 0 deletions

View File

@ -1856,6 +1856,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "Fujitsu-Siemens E4010",
.type = AC97_TUNE_HP_ONLY
},
{
.subvendor = 0x10cf,
.subdevice = 0x1225,
.name = "Fujitsu-Siemens T3010",
.type = AC97_TUNE_HP_ONLY
},
{
.subvendor = 0x10cf,
.subdevice = 0x1253,