From b7994e348850d0541c6935de9641e5693cc113f1 Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Wed, 30 Nov 2005 01:44:22 +0000 Subject: [PATCH] Add codec ID for Avance Logic ALC203 --- sys/dev/sound/pcm/ac97.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index 1ad6a3c8dbe2..71a2ed204784 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 },