diff options
author | 2003-11-05 14:40:26 +0000 | |
---|---|---|
committer | 2003-11-05 14:40:26 +0000 | |
commit | 200d8616cc04872a07c99c8850f126ca40fc3598 (patch) | |
tree | b21441f79031d58b0d3dd8ee116fa635c40009a2 /sys | |
parent | PFS: Perfect Forward Secrecy (RFC 2409); (diff) | |
download | wireguard-openbsd-200d8616cc04872a07c99c8850f126ca40fc3598.tar.xz wireguard-openbsd-200d8616cc04872a07c99c8850f126ca40fc3598.zip |
another ad codec
Diffstat (limited to 'sys')
-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" }, |