aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/ac97.c
diff options
context:
space:
mode:
authorOrion Hodson <orion@FreeBSD.org>2003-03-20 18:17:39 +0000
committerOrion Hodson <orion@FreeBSD.org>2003-03-20 18:17:39 +0000
commit9963235abc221ef6f3dde19431a2e9593943ca68 (patch)
tree8104eda22a5ef95f6daa237aef75c18fccefb166 /sys/dev/sound/pcm/ac97.c
parent642a7af59aca19fa4c9a5436f37e4ac70b914a8e (diff)
downloadsrc-9963235abc221ef6f3dde19431a2e9593943ca68.tar.gz
src-9963235abc221ef6f3dde19431a2e9593943ca68.zip
Correct vendor id for ALC101.
Notes
Notes: svn path=/head/; revision=112434
Diffstat (limited to 'sys/dev/sound/pcm/ac97.c')
-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 e389dffc5a24..ea6f78879474 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 },