diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-02-25 21:22:43 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-02-25 21:22:43 +0000 |
commit | cb755e8e4731cddf721cdad5f26d03f8bb15e3fa (patch) | |
tree | bd7f982755273665b36f629bad2e52e1f938a385 /sys | |
parent | 421a2120ba4bb7a16fb1c8366a63f3b5d55193c2 (diff) |
Add VT1617 codec ID used in VIA Tremor 5.1 cards,
from Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks!
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/ac97.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index c04f01b6822..f90c3cd3cbb 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.71 2009/12/15 20:26:21 jasper Exp $ */ +/* $OpenBSD: ac97.c,v 1.72 2010/02/25 21:22:42 ratchov Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -479,6 +479,7 @@ const struct ac97_codecid { { 0x84, 0xff, 0, 0, "STAC9784/85" }, }, ac97_vi[] = { { 0x61, 0xff, 0, 0, "VT1612A" }, + { 0x70, 0xff, 0, 0, "VT1617" }, }, ac97_tt[] = { { 0x02, 0xff, 0, 0, "TR28022" }, { 0x03, 0xff, 0, 0, "TR28023" }, |