1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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
This commit is contained in:
Dag-Erling Smørgrav 2003-10-12 11:51:24 +00:00
parent 9301f38e84
commit 5197cdc1aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121032

View File

@ -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 },