From 7ee68e82e7bd502c2397edb75855788e9ae8862e Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Wed, 26 Feb 2003 18:39:04 +0000 Subject: [PATCH] Add SigmaTel STAC9750 entry. Submitted by: Paulius Bulotas --- 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 472c2dab11e4..6668f8c9085d 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -115,6 +115,7 @@ static struct ac97_codecid ac97codecid[] = { { 0x83847608, 0, "SigmaTel STAC9708/9711", 0 }, { 0x83847609, 0, "SigmaTel STAC9721/9723", 0 }, { 0x83847644, 0, "SigmaTel STAC9744", 0 }, + { 0x83847650, 0, "SigmaTel STAC9750", 0 }, { 0x83847656, 0, "SigmaTel STAC9756/9757", 0 }, { 0x53494c22, 0, "Silicon Laboratory Si3036", 0 }, { 0x53494c23, 0, "Silicon Laboratory Si3038", 0 },