summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.c
diff options
context:
space:
mode:
authororion <orion@FreeBSD.org>2003-04-21 04:48:40 +0000
committerorion <orion@FreeBSD.org>2003-04-21 04:48:40 +0000
commit68750c77958aea54992841f17a2167facbff033f (patch)
treeb47220eef11be5fcb72fb23383aa20ef67986b68 /sys/dev/sound/pcm/ac97.c
parent6968b9e7d3cf2019a7ba3a73692c1c9d15989fe1 (diff)
downloadFreeBSD-src-68750c77958aea54992841f17a2167facbff033f.zip
FreeBSD-src-68750c77958aea54992841f17a2167facbff033f.tar.gz
Add eMicro codec ids.
Diffstat (limited to 'sys/dev/sound/pcm/ac97.c')
-rw-r--r--sys/dev/sound/pcm/ac97.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
index f7c8151..bdb0779 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -100,6 +100,7 @@ static const struct ac97_vendorid ac97vendorid[] = {
{ 0x43525900, "Cirrus Logic" },
{ 0x434d4900, "C-Media Electronics" },
{ 0x43585400, "Conexant" },
+ { 0x454d4300, "eMicro" },
{ 0x45838300, "ESS Technology" },
{ 0x49434500, "ICEnsemble" },
{ 0x4e534300, "National Semiconductor" },
@@ -143,6 +144,8 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x434d4961, 0x00, 0, "CMI9739", 0 },
{ 0x434d4941, 0x00, 0, "CMI9738", 0 },
{ 0x43585429, 0x00, 0, "CX20468", 0 },
+ { 0x454d4323, 0x00, 0, "EM28023", 0 },
+ { 0x454d4328, 0x00, 0, "EM28028", 0 },
{ 0x45838308, 0x00, 0, "ES1988", 0 }, /* Formerly ES1921(?) */
{ 0x49434501, 0x00, 0, "ICE1230", 0 },
{ 0x49434511, 0x00, 0, "ICE1232", 0 },
@@ -159,7 +162,7 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x50534304, 0x00, 0, "UCB1400", 0 },
{ 0x83847600, 0x00, 0, "STAC9700/83/84", 0 },
{ 0x83847604, 0x00, 0, "STAC9701/03/04/05", 0 },
- { 0x83847605, 0x00, 0, "STAC9704", 0 },
+ { 0x83847605, 0x00, 0, "STAC9704", 0 },
{ 0x83847608, 0x00, 0, "STAC9708/11", 0 },
{ 0x83847609, 0x00, 0, "STAC9721/23", 0 },
{ 0x83847644, 0x00, 0, "STAC9744/45", 0 },
OpenPOWER on IntegriCloud