diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-05 14:40:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-05 14:40:27 +0000 |
commit | 21eaa0fa9810430a9f0ca5a4bc21a79cc5d72210 (patch) | |
tree | 793b4964acc853b8c996ec1e2e61e2c042e2a684 /sys/dev/ic | |
parent | b13b6c3e4747a7a7c1f5a396472848a9cc123228 (diff) |
another ad codec
Diffstat (limited to 'sys/dev/ic')
-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 86963481890..607460c9aff 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.39 2003/09/25 21:49:06 mickey Exp $ */ +/* $OpenBSD: ac97.c,v 1.40 2003/11/05 14:40:26 mickey Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -319,6 +319,7 @@ const struct ac97_codecid { { 0x61, 0xff, 0, 0, "AD1886" }, { 0x70, 0xff, 0, 0, "AD1981" }, { 0x72, 0xff, 0, 0, "AD1981A" }, + { 0x74, 0xff, 0, 0, "AD1981B" }, { 0x75, 0xff, 0, 0, "AD1985", ac97_ad198x_init }, }, ac97_ak[] = { { 0x00, 0xfe, 1, 0, "AK4540" }, |