aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-12-14 06:00:46 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:30:55 -0500
commitdac8dddd87b1246d9d6b79352bd6f043eb804cf2 (patch)
tree352820304032507a6564d1ce025fda48ddf5d7e8 /sound/pci/via82xx.c
parent607da7f834592a723797b21c2463507a44d9cfa7 (diff)
[ALSA] via82xx - Add a quirk for Targa Traveller 811
Modules: VIA82xx driver Add an ac97 quirk entry for Targa Traveller 811. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r--sound/pci/via82xx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index 6e6eff3e8032..ed26a155c344 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -1763,6 +1763,12 @@ static struct ac97_quirk ac97_quirks[] = {
1763 .name = "Arima Notebook", 1763 .name = "Arima Notebook",
1764 .type = AC97_TUNE_HP_ONLY, 1764 .type = AC97_TUNE_HP_ONLY,
1765 }, 1765 },
1766 {
1767 .subvendor = 0x161f,
1768 .subdevice = 0x2032,
1769 .name = "Targa Traveller 811",
1770 .type = AC97_TUNE_HP_ONLY,
1771 },
1766 { } /* terminator */ 1772 { } /* terminator */
1767}; 1773};
1768 1774