diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 5634bc349257..9b962c4e0973 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1955,6 +1955,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .name = "AMD64 Mobo", /* ALC650 */ .type = AC97_TUNE_HP_ONLY }, + { + .subvendor = 0x10f1, + .subdevice = 0x2895, + .name = "Tyan Thunder K8WE", + .type = AC97_TUNE_HP_ONLY + }, { .subvendor = 0x110a, .subdevice = 0x0056,