summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-27 15:47:18 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-27 15:47:18 +0000
commitea25ad922bb56c6aa49dcb179ff011ba8505e822 (patch)
tree8d8a725681bbfeae4bc485d79f694658a413e9bb
parent5387432598c6b666331dbd2226758d8f05334d8c (diff)
add a few more codecs
-rw-r--r--sys/dev/ic/ac97.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c
index 06363bcafcd..c72916102c4 100644
--- a/sys/dev/ic/ac97.c
+++ b/sys/dev/ic/ac97.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ac97.c,v 1.4 2000/04/12 23:38:50 csapuntz Exp $ */
+/* $OpenBSD: ac97.c,v 1.5 2000/05/27 15:47:17 mickey Exp $ */
/*
* Copyright (c) 1999 Constantine Sapuntzakis
@@ -293,13 +293,23 @@ static struct ac97_codecid {
u_int32_t id;
char *name;
} ac97codecid[] = {
+ { 0x41445340, "Analog Devices AD1881" },
{ 0x414B4D00, "Asahi Kasei AK4540" },
{ 0x43525900, "Cirrus Logic CS4297" },
+ { 0x43525903, "Cirrus Logic CS4297" },
+ { 0x43525913, "Cirrus Logic CS4297A" },
+ { 0x43525923, "Cirrus Logic CS4298" },
+ { 0x43525931, "Cirrus Logic CS4299" },
+ { 0x4e534331, "National Semiconductor LM4549" },
+ { 0x53494c22, "Silicon Laboratory Si3036" },
+ { 0x53494c23, "Silicon Laboratory Si3038" },
+ { 0x54524108, "TriTech TR28028" },
+ { 0x574d4c00, "Wolfson WM9704" },
{ 0x83847600, "SigmaTel STAC????" },
{ 0x83847604, "SigmaTel STAC9701/3/4/5" },
{ 0x83847605, "SigmaTel STAC9704" },
{ 0x83847608, "SigmaTel STAC9708" },
- { 0x83847609, "SigmaTel STAC9721" },
+ { 0x83847609, "SigmaTel STAC9721/23" },
{ 0, NULL }
};