diff options
author | Michael Coulter <mjc@cvs.openbsd.org> | 2005-06-06 21:08:15 +0000 |
---|---|---|
committer | Michael Coulter <mjc@cvs.openbsd.org> | 2005-06-06 21:08:15 +0000 |
commit | 82dc1228b0ba676b5bf3f3a2d56be48619d227f0 (patch) | |
tree | eb62de7cf56131682b4ea65abe8be8158d464c7b /sys/dev | |
parent | 96463469ef946c0a7914fbff357dc53935eb8b7c (diff) |
AD1981 is actually AD1980
ok mickey@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ac97.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index 4c1d1361264..235575b7a5c 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.53 2005/05/25 17:59:23 joris Exp $ */ +/* $OpenBSD: ac97.c,v 1.54 2005/06/06 21:08:14 mjc Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -323,7 +323,7 @@ const struct ac97_codecid { { 0x61, 0xff, 0, 0, "AD1886", ac97_ad1886_init }, { 0x63, 0xff, 0, 0, "AD1886A" }, { 0x68, 0xff, 0, 0, "AD1888", ac97_ad198x_init }, - { 0x70, 0xff, 0, 0, "AD1981" }, + { 0x70, 0xff, 0, 0, "AD1980" }, { 0x72, 0xff, 0, 0, "AD1981A" }, { 0x74, 0xff, 0, 0, "AD1981B" }, { 0x75, 0xff, 0, 0, "AD1985", ac97_ad198x_init }, |