summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.c
diff options
context:
space:
mode:
authororion <orion@FreeBSD.org>2003-08-29 03:24:08 +0000
committerorion <orion@FreeBSD.org>2003-08-29 03:24:08 +0000
commitfebc9d55f6193bf2d51a552b0d176442b43f8714 (patch)
tree66defdb1432a8715a48d0ea700bf7630f9372a3c /sys/dev/sound/pcm/ac97.c
parentf80ae4286cba84f04d5c72884ef394f7af913d1d (diff)
downloadFreeBSD-src-febc9d55f6193bf2d51a552b0d176442b43f8714.zip
FreeBSD-src-febc9d55f6193bf2d51a552b0d176442b43f8714.tar.gz
Add Creative EV1938.
Submitted by: David Xu <davidxu@FreeBSD.org> PR: kern/54810
Diffstat (limited to 'sys/dev/sound/pcm/ac97.c')
-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