summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororion <orion@FreeBSD.org>2003-03-20 18:17:39 +0000
committerorion <orion@FreeBSD.org>2003-03-20 18:17:39 +0000
commita1d3f67972be42aff4922bb49b0f9c5cefd62a50 (patch)
tree8104eda22a5ef95f6daa237aef75c18fccefb166
parent66726447ae92b9fc4729c3f77d333e6255f7f6d1 (diff)
downloadFreeBSD-src-a1d3f67972be42aff4922bb49b0f9c5cefd62a50.zip
FreeBSD-src-a1d3f67972be42aff4922bb49b0f9c5cefd62a50.tar.gz
Correct vendor id for ALC101.
-rw-r--r--sys/dev/sound/pcm/ac97.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
index e389dff..ea6f788 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -119,7 +119,7 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x414b4d01, 0x00, 1, "AK4542", 0 },
{ 0x414b4d02, 0x00, 1, "AK4543", 0 },
{ 0x414c4320, 0x0f, 0, "ALC100", 0 },
- { 0x414c4320, 0x0f, 0, "ALC101", 0 },
+ { 0x414c4730, 0x0f, 0, "ALC101", 0 },
{ 0x414c4710, 0x0f, 0, "ALC200", 0 },
{ 0x414c4740, 0x0f, 0, "ALC202", 0 },
{ 0x414c4720, 0x0f, 0, "ALC650", 0 },
OpenPOWER on IntegriCloud