summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ac97.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-06-30 14:46:12 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-06-30 14:46:12 +0000
commit81d9ecb9acbe5f9dfec41f1c0c399ad5ac68294d (patch)
tree918b1da783f6fef9a86b327a7d5ba3dd73eccaa1 /sys/dev/ic/ac97.c
parentfbf84dce0028efed119ab7b6b5a6a701a38aa221 (diff)
newer alc codecs have revision in the low bits; pt out by jasper
Diffstat (limited to 'sys/dev/ic/ac97.c')
-rw-r--r--sys/dev/ic/ac97.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c
index fa50522dd6f..ffd0cd14148 100644
--- a/sys/dev/ic/ac97.c
+++ b/sys/dev/ic/ac97.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ac97.c,v 1.60 2006/04/27 21:40:00 matthieu Exp $ */
+/* $OpenBSD: ac97.c,v 1.61 2006/06/30 14:46:11 mickey Exp $ */
/*
* Copyright (c) 1999, 2000 Constantine Sapuntzakis
@@ -348,10 +348,10 @@ const struct ac97_codecid {
{ 0x40, 0xff, 0, 0, "ALC202" },
{ 0x50, 0xff, 0, 0, "ALC250" },
{ 0x52, 0xff, 0, 0, "ALC250A?" },
- { 0x60, 0xff, 0, 0, "ALC655", ac97_alc655_init },
- { 0x70, 0xff, 0, 0, "ALC203" },
- { 0x80, 0xff, 0, 0, "ALC658", ac97_alc655_init },
- { 0x90, 0xff, 0, 0, "ALC850" },
+ { 0x60, 0xf0, 0xf, 0, "ALC655", ac97_alc655_init },
+ { 0x70, 0xf0, 0xf, 0, "ALC203" },
+ { 0x80, 0xf0, 0xf, 0, "ALC658", ac97_alc655_init },
+ { 0x90, 0xf0, 0xf, 0, "ALC850" },
}, ac97_rl[] = {
{ 0x00, 0xf0, 0xf, 0, "RL5306" },
{ 0x10, 0xf0, 0xf, 0, "RL5382" },