aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/ac97.c
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2005-11-26 03:51:25 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2005-11-26 03:51:25 +0000
commitb327ee514810059fd3fd70a66069880bf4eac64a (patch)
tree94f592bc46575410a47c468567cd1a5f42148953 /sys/dev/sound/pcm/ac97.c
parent1ed2ce5c3844203e79267777d049e2101159a61a (diff)
downloadsrc-b327ee514810059fd3fd70a66069880bf4eac64a.tar.gz
src-b327ee514810059fd3fd70a66069880bf4eac64a.zip
Added codec id for Avance Logic (ALC250)
Notes
Notes: svn path=/head/; revision=152815
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 587fbd3f2bb7..1ad6a3c8dbe2 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -148,6 +148,7 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x414c4710, 0x0f, 0, "ALC200", 0 },
{ 0x414c4740, 0x0f, 0, "ALC202", 0 },
{ 0x414c4720, 0x0f, 0, "ALC650", 0 },
+ { 0x414c4752, 0x0f, 0, "ALC250", 0 },
{ 0x414c4760, 0x0f, 0, "ALC655", 0 },
{ 0x414c4780, 0x0f, 0, "ALC658", 0 },
{ 0x414c4790, 0x0f, 0, "ALC850", 0 },