diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/sound/pcm/ac97.c | 5 |
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 }, |