diff options
author | 2005-01-30 21:43:02 +0000 | |
---|---|---|
committer | 2005-01-30 21:43:02 +0000 | |
commit | e012b852340842cd3b32cfc09d397f9deffbefcc (patch) | |
tree | edc7cc2264be81b4b493deeeb5614e0f543b5904 /sys/dev | |
parent | Detect editors that move the edited file out from underneath us and warn. (diff) | |
download | wireguard-openbsd-e012b852340842cd3b32cfc09d397f9deffbefcc.tar.xz wireguard-openbsd-e012b852340842cd3b32cfc09d397f9deffbefcc.zip |
Fix two Cirrus Logic codec IDs.
ok millert@
Diffstat (limited to 'sys/dev')
-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[] = { |