summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-10-12 11:51:24 +0000
committerdes <des@FreeBSD.org>2003-10-12 11:51:24 +0000
commitb3ea058f3783a59cf440024c560c4bc35d407901 (patch)
tree4b0e1288befd60205a79a768d752a3b66595cb13 /sys/dev/sound/pcm/ac97.c
parentbd52f2d8e917f0527ab9823eb29e73ecb033ce14 (diff)
downloadFreeBSD-src-b3ea058f3783a59cf440024c560c4bc35d407901.zip
FreeBSD-src-b3ea058f3783a59cf440024c560c4bc35d407901.tar.gz
Recognize the Avance Logic ALC655 codec found on some ICH4/5-based
motherboards, such as the Gigabyte I848P. PR: kern/54176 Submitted by: Chris Keladis <chris@cmc.optus.net.au> Forgotten by: orion
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 6136c1f..c0d0619 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -137,6 +137,7 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x414c4710, 0x0f, 0, "ALC200", 0 },
{ 0x414c4740, 0x0f, 0, "ALC202", 0 },
{ 0x414c4720, 0x0f, 0, "ALC650", 0 },
+ { 0x414c4760, 0x0f, 0, "ALC655", 0 },
{ 0x43525900, 0x07, 0, "CS4297", 0 },
{ 0x43525910, 0x07, 0, "CS4297A", 0 },
{ 0x43525920, 0x07, 0, "CS4294/98", 0 },
OpenPOWER on IntegriCloud