diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-14 22:06:50 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-14 22:06:50 +0000 |
commit | c94985dc2f8fc4dabd5cce1df436779b814aa049 (patch) | |
tree | 222addc3a2dd813591e4a96a105bc3b90c7c538d /sys/dev/ic/ac97.c | |
parent | 26131cbc9b18ef550cded750d373d32c3c44647e (diff) |
two more icensemble codecs. now they are via really...
Diffstat (limited to 'sys/dev/ic/ac97.c')
-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" }, |