Skip to content

Commit

Permalink
[ALSA] via82xx - Add a quirk for Targa Traveller 811
Browse files Browse the repository at this point in the history
Modules: VIA82xx driver

Add an ac97 quirk entry for Targa Traveller 811.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jan 3, 2006
1 parent 607da7f commit dac8ddd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sound/pci/via82xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit dac8ddd

Please sign in to comment.