summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/sound/pcm/ac97.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
index 94e9bd4..2b6ef8f 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -113,6 +113,7 @@ static const struct ac97_vendorid ac97vendorid[] = {
{ 0x56494100, "VIA Technologies" },
{ 0x574d4c00, "Wolfson" },
{ 0x594d4800, "Yamaha" },
+ { 0x01408300, "Creative" },
{ 0x00000000, NULL }
};
@@ -188,6 +189,7 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x594d4800, 0x00, 0, "YMF743", 0 },
{ 0x594d4802, 0x00, 0, "YMF752", 0 },
{ 0x594d4803, 0x00, 0, "YMF753", 0 },
+ { 0x01408384, 0x00, 0, "EV1938", 0 },
{ 0, 0, 0, NULL, 0 }
};
OpenPOWER on IntegriCloud