diff options
author | orion <orion@FreeBSD.org> | 2003-03-12 15:11:25 +0000 |
---|---|---|
committer | orion <orion@FreeBSD.org> | 2003-03-12 15:11:25 +0000 |
commit | 66ac83046c4eb2ed26dadd1f4ef011921ad65ddc (patch) | |
tree | 61ecabdfab479b318f01c3713f10de86dad8025c | |
parent | e0702e06b4f6ac66a13d2b0b9994c6cb6eda3db4 (diff) | |
download | FreeBSD-src-66ac83046c4eb2ed26dadd1f4ef011921ad65ddc.zip FreeBSD-src-66ac83046c4eb2ed26dadd1f4ef011921ad65ddc.tar.gz |
Correct CS4205 base vendor id.
Reported by: Christophe Juniet and Mark Santcroos.
-rw-r--r-- | sys/dev/sound/pcm/ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index 2cd2d99..e389dff 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -128,7 +128,7 @@ static struct ac97_codecid ac97codecid[] = { { 0x43525920, 0x07, 0, "CS4294/98", 0 }, { 0x43525930, 0x07, 0, "CS4299", 0 }, { 0x43525940, 0x07, 0, "CS4201", 0 }, - { 0x43525950, 0x07, 0, "CS4205", 0 }, + { 0x43525958, 0x07, 0, "CS4205", 0 }, { 0x43525960, 0x07, 0, "CS4291A", 0 }, { 0x434d4961, 0x00, 0, "CMI9739", 0 }, { 0x434d4941, 0x00, 0, "CMI9738", 0 }, |