diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index 6e6eff3e8032c19bff72b84a75fdc374c4dd82bf..ed26a155c3448a53acddacb498a7169b701f58cc 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c @@ -1763,6 +1763,12 @@ static struct ac97_quirk ac97_quirks[] = { .name = "Arima Notebook", .type = AC97_TUNE_HP_ONLY, }, + { + .subvendor = 0x161f, + .subdevice = 0x2032, + .name = "Targa Traveller 811", + .type = AC97_TUNE_HP_ONLY, + }, { } /* terminator */ };