summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.c
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2004-05-08 03:41:40 +0000
committersanpei <sanpei@FreeBSD.org>2004-05-08 03:41:40 +0000
commit40227f903a48cfe50c5388894560fb8221c58cd4 (patch)
treea7c8884365a3ca0c01777672d6e641d7f4216a62 /sys/dev/sound/pcm/ac97.c
parent7128a3b5cc54d8aec7054875bf041d17d19b7cd5 (diff)
downloadFreeBSD-src-40227f903a48cfe50c5388894560fb8221c58cd4.zip
FreeBSD-src-40227f903a48cfe50c5388894560fb8221c58cd4.tar.gz
Add support CS4294
PR: kern/66280 Submitted by: Christian Brueffer <chris@unixpages.org>
Diffstat (limited to 'sys/dev/sound/pcm/ac97.c')
-rw-r--r--sys/dev/sound/pcm/ac97.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
index e120e95..a6303f9 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -150,6 +150,7 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x43525900, 0x07, 0, "CS4297", 0 },
{ 0x43525910, 0x07, 0, "CS4297A", 0 },
{ 0x43525920, 0x07, 0, "CS4294/98", 0 },
+ { 0x4352592d, 0x07, 0, "CS4294", 0 },
{ 0x43525930, 0x07, 0, "CS4299", 0 },
{ 0x43525940, 0x07, 0, "CS4201", 0 },
{ 0x43525958, 0x07, 0, "CS4205", 0 },
OpenPOWER on IntegriCloud