summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2005-11-30 01:44:22 +0000
committeryongari <yongari@FreeBSD.org>2005-11-30 01:44:22 +0000
commitabf143c2bc4b104d2aaf8745ef8c06765abc51fb (patch)
treed9711b05e4409e2b9e816bb3159524328bca890a /sys
parent4b322c88f271446c44c3cda0b607467e7e34b4aa (diff)
downloadFreeBSD-src-abf143c2bc4b104d2aaf8745ef8c06765abc51fb.zip
FreeBSD-src-abf143c2bc4b104d2aaf8745ef8c06765abc51fb.tar.gz
Add codec ID for Avance Logic ALC203
Diffstat (limited to 'sys')
-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 1ad6a3c..71a2ed2 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -150,6 +150,7 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x414c4720, 0x0f, 0, "ALC650", 0 },
{ 0x414c4752, 0x0f, 0, "ALC250", 0 },
{ 0x414c4760, 0x0f, 0, "ALC655", 0 },
+ { 0x414c4770, 0x0f, 0, "ALC203", 0 },
{ 0x414c4780, 0x0f, 0, "ALC658", 0 },
{ 0x414c4790, 0x0f, 0, "ALC850", 0 },
{ 0x43525900, 0x07, 0, "CS4297", 0 },
OpenPOWER on IntegriCloud