diff options
author | 2003-04-09 20:05:47 +0000 | |
---|---|---|
committer | 2003-04-09 20:05:47 +0000 | |
commit | a74e2988b05005422ea1cefeed3ff80c6120eab7 (patch) | |
tree | c2036d7bbf891cdaa88ae756529db5fbb1040c5d /sys | |
parent | fix bad entry definition (diff) | |
download | wireguard-openbsd-a74e2988b05005422ea1cefeed3ff80c6120eab7.tar.xz wireguard-openbsd-a74e2988b05005422ea1cefeed3ff80c6120eab7.zip |
a couple of sigmatel codec ids
Diffstat (limited to 'sys')
-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 6d131ac45bc..d4e5553234c 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.34 2003/04/07 21:01:14 mickey Exp $ */ +/* $OpenBSD: ac97.c,v 1.35 2003/04/09 20:05:47 mickey Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -358,7 +358,9 @@ const struct ac97_codecid { { 0x08, 0xff, 0, 0, "STAC9708/11" }, { 0x09, 0xff, 0, 0, "STAC9721/23" }, { 0x44, 0xff, 0, 0, "STAC9744/45" }, + { 0x52, 0xff, 0, 0, "STAC9752/53" }, { 0x56, 0xff, 0, 0, "STAC9756/57" }, + { 0x66, 0xff, 0, 0, "STAC9766/67" }, { 0x84, 0xff, 0, 0, "STAC9784/85" }, }, ac97_tt[] = { { 0x02, 0xff, 0, 0, "TR28022" }, |