diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-30 18:34:15 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-30 18:34:15 +0000 |
commit | cd2b7c29c752f8bf374498c9663547bf7882bf40 (patch) | |
tree | 3a3b4e5020d19f73af5c5e674de2a3e1aed65a71 /sys | |
parent | 6b3a2539a9f11e8435c41e8e81e3fe3ee82a6beb (diff) |
a few more codes ids from vendor docs
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/ac97.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index c72916102c4..736e5f77aa8 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.5 2000/05/27 15:47:17 mickey Exp $ */ +/* $OpenBSD: ac97.c,v 1.6 2000/05/30 18:34:14 mickey Exp $ */ /* * Copyright (c) 1999 Constantine Sapuntzakis @@ -295,21 +295,27 @@ static struct ac97_codecid { } ac97codecid[] = { { 0x41445340, "Analog Devices AD1881" }, { 0x414B4D00, "Asahi Kasei AK4540" }, + { 0x414B4D02, "Asahi Kasei AK4543" }, { 0x43525900, "Cirrus Logic CS4297" }, { 0x43525903, "Cirrus Logic CS4297" }, { 0x43525913, "Cirrus Logic CS4297A" }, { 0x43525923, "Cirrus Logic CS4298" }, + { 0x4352592b, "Cirrus Logic CS4294" }, { 0x43525931, "Cirrus Logic CS4299" }, + { 0x43525933, "Cirrus Logic CS4298A?" }, { 0x4e534331, "National Semiconductor LM4549" }, { 0x53494c22, "Silicon Laboratory Si3036" }, { 0x53494c23, "Silicon Laboratory Si3038" }, { 0x54524108, "TriTech TR28028" }, { 0x574d4c00, "Wolfson WM9704" }, - { 0x83847600, "SigmaTel STAC????" }, + { 0x574d4c03, "Wolfson WM9707" }, + { 0x83847600, "SigmaTel STAC9700" }, { 0x83847604, "SigmaTel STAC9701/3/4/5" }, { 0x83847605, "SigmaTel STAC9704" }, { 0x83847608, "SigmaTel STAC9708" }, { 0x83847609, "SigmaTel STAC9721/23" }, + { 0x83847644, "SigmaTel STAC9744/45" }, + { 0x83847684, "SigmaTel STAC9783/84?" }, { 0, NULL } }; |