diff options
author | 2004-09-14 22:06:49 +0000 | |
---|---|---|
committer | 2004-09-14 22:06:49 +0000 | |
commit | ad994e26da45627bad9ba8c469cd15631a93a4ef (patch) | |
tree | e6c2982ac5df515906db8b13840c2c12da32b24d | |
parent | ARGSUSED before signal handler with unused signo (diff) | |
download | wireguard-openbsd-ad994e26da45627bad9ba8c469cd15631a93a4ef.tar.xz wireguard-openbsd-ad994e26da45627bad9ba8c469cd15631a93a4ef.zip |
two more icensemble codecs. now they are via really...
-rw-r--r-- | sys/dev/ic/ac97.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index d2590147929..e6511586504 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.43 2004/04/23 09:31:47 mickey Exp $ */ +/* $OpenBSD: ac97.c,v 1.44 2004/09/14 22:06:49 mickey Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -362,6 +362,8 @@ const struct ac97_codecid { }, ac97_ic[] = { { 0x01, 0xff, 0, 0, "ICE1230" }, { 0x11, 0xff, 0, 0, "ICE1232" }, + { 0x51, 0xff, 0, 0, "VIA VT1616" }, + { 0x52, 0xff, 0, 0, "VIA VT1616i" }, }, ac97_ns[] = { { 0x00, 0xff, 0, 0, "LM454[03568]" }, { 0x31, 0xff, 0, 0, "LM4549" }, |