diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2007-07-27 01:48:05 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2007-07-27 01:48:05 +0000 |
commit | a0486426790756de87bf62cdaf03918b60ed6b1b (patch) | |
tree | fa482e32d460afbcaf03479be434d3d2d07cd014 | |
parent | 220e7023f5ce8b4855f6ec4df3669be053a2a7b3 (diff) |
Add ids for two Conexant codecs; not sure they're official
("does not exist outside of mentions in linux/netbsd on the web"),
gleaned from
http://www.ussg.iu.edu/hypermail/linux/kernel/0504.0/1146.html.
"sure" deraadt@, ok with above comment jsg@
-rw-r--r-- | sys/dev/ic/ac97.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index a56888f034b..eb9bcbce362 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.62 2007/07/09 01:24:54 jakemsr Exp $ */ +/* $OpenBSD: ac97.c,v 1.63 2007/07/27 01:48:04 ian Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -377,7 +377,8 @@ const struct ac97_codecid { }, ac97_cx[] = { { 0x21, 0xff, 0, 0, "HSD11246" }, { 0x28, 0xf8, 7, 0, "CX20468", ac97_cx20468_init }, - { 0x30, 0xff, 0, 0, "CX?????", }, + { 0x30, 0xff, 0, 0, "CXT48", }, + { 0x42, 0xff, 0, 0, "CXT66", }, }, ac97_dt[] = { { 0x00, 0xff, 0, 0, "DT0398" }, }, ac97_em[] = { |