All of lore.kernel.org
 help / color / mirror / Atom feed
* another device for opl3sa2
@ 2007-07-03  0:27 Paul Vojta
  2007-07-03 10:05 ` Takashi Iwai
  0 siblings, 1 reply; 13+ messages in thread
From: Paul Vojta @ 2007-07-03  0:27 UTC (permalink / raw)
  To: alsa-devel

Folks:

Here's a patch to add support for an (admittedly old) device:


--- linux-2.6.21.5/sound/isa/opl3sa2.c.orig	2007-06-11 11:37:06.000000000 -0700
+++ linux-2.6.21.5/sound/isa/opl3sa2.c	2007-06-30 23:29:43.000000000 -0700
@@ -165,6 +165,8 @@
 	{ .id = "YMH0801", .devs = { { "YMH0021" } } },
 	/* NeoMagic MagicWave 3DX */
 	{ .id = "NMX2200", .devs = { { "YMH2210" } } },
+	/* NeoMagic MagicWave 3D */
+	{ .id = "NMX2200", .devs = { { "NMX2210" } } },
 	/* --- */
 	{ .id = "" }	/* end */
 };


(There may be a bug in the initialization code, though -- it doesn't work
the first time after booting, just the second and subsequent times.
For example, the first time I try running "aplay file.wav" it'll sit there
silently instead of playing the file, but if I type "aplay file.wav" again
then it'll play.)

I don't know whether snd_opl3sa2_pnpbiosids[] should also be changed.

Also, why does nm256.c direct users to the cs423x drivers and not opl3sa2?
If it had mentioned opl3sa2 it would have saved me many hours.

Sincerely,


Paul Vojta
vojta@math.berkeley.edu

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-07-27 10:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-03  0:27 another device for opl3sa2 Paul Vojta
2007-07-03 10:05 ` Takashi Iwai
2007-07-04  2:24   ` Paul Vojta
2007-07-04  8:53     ` Takashi Iwai
2007-07-05  8:03       ` Paul Vojta
2007-07-05 14:38         ` Takashi Iwai
2007-07-06  7:41           ` Paul Vojta
2007-07-06  9:45             ` Takashi Iwai
2007-07-08  8:02               ` Paul Vojta
2007-07-09 12:42                 ` Takashi Iwai
2007-07-09 18:14                   ` Paul Vojta
2007-07-27  7:55               ` Paul Vojta
2007-07-27 10:22                 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.