Commit dac8dddd authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] via82xx - Add a quirk for Targa Traveller 811

Modules: VIA82xx driver

Add an ac97 quirk entry for Targa Traveller 811.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 607da7f8
......@@ -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 */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment