Skip to content

Commit

Permalink
[ALSA] opl3sa2 - Add Neomagic MagicWave 3D ISA PnP ID
Browse files Browse the repository at this point in the history
Add Neomagic MagicWave 3D to list of supported devices for opl3sa2
driver.

Signed-off-by: Paul Vojta <vojta@math.berkeley.edu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Paul Vojta authored and Jaroslav Kysela committed Jul 20, 2007
1 parent 8f41b56 commit 4700418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/isa/opl3sa2.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ static struct pnp_card_device_id snd_opl3sa2_pnpids[] = {
{ .id = "YMH0801", .devs = { { "YMH0021" } } },
/* NeoMagic MagicWave 3DX */
{ .id = "NMX2200", .devs = { { "YMH2210" } } },
/* NeoMagic MagicWave 3D */
{ .id = "NMX2200", .devs = { { "NMX2210" } } },
/* --- */
{ .id = "" } /* end */
};
Expand Down

0 comments on commit 4700418

Please sign in to comment.