diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-01-30 21:43:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-01-30 21:43:03 +0000 |
commit | c6e1d4ec4345fac036356b1d20888b041494dd13 (patch) | |
tree | 35d0fd766a8a0c9e87eb8f5831f1a6c4886470e0 | |
parent | ce591249a075911ea583030f68c67b2b95304975 (diff) |
Fix two Cirrus Logic codec IDs.
ok millert@
-rw-r--r-- | sys/dev/ic/ac97.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index 127fd98fb4a..fb82eddc2c1 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.49 2005/01/17 05:42:41 jaredy Exp $ */ +/* $OpenBSD: ac97.c,v 1.50 2005/01/30 21:43:02 kettenis Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -363,8 +363,8 @@ const struct ac97_codecid { { 0x20, 0xf8, 7, 0, "CS4298" }, { 0x28, 0xf8, 7, 0, "CS4294" }, { 0x30, 0xf8, 7, 0, "CS4299" }, - { 0x40, 0xf8, 7, 0, "CS4201" }, - { 0x50, 0xf8, 7, 0, "CS4205" }, + { 0x48, 0xf8, 7, 0, "CS4201" }, + { 0x58, 0xf8, 7, 0, "CS4205" }, { 0x60, 0xf8, 7, 0, "CS4291" }, { 0x70, 0xf8, 7, 0, "CS4202" }, }, ac97_cx[] = { |