Hi folks. I've never posted a kernel patch before, so I don't know if I
got it right. I followed the instructions in the FAQ... I'm not
subscribed, so if you could follow up to [EMAIL PROTECTED], I would
appreciate it.
This patch adds support for my sound card, which was an OEM version of
the SB AWE32 PnP (Got it from Dell). It is pretty boring. I made it for
2.4.2, but none of the patches since then seem to have added this support,
so here it is.
I would appreciate it if it could find its way into the kernel, as
hand-modifying the code after every patch I get from now on would be a
pain. And I am sure that there are a lot of mystified circa-1996 Dell
owners out there...
Thanks!
Jeremy Manson
[EMAIL PROTECTED]
Adds support for Creative SB AWE32 PnP (CTL0045)
diff -u --recursive --new-file v2.4.2/linux/drivers/sound/sb_card.c
linux/drivers/sound/sb_card.c
--- linux-orig/drivers/sound/sb_card.c Tue May 15 01:50:36 2001
+++ linux/drivers/sound/sb_card.c Tue May 15 01:30:13 2001
@@ -338,6 +338,11 @@
ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031),
0,0,0,0,
0,1,1,-1},
+ {"Creative SB AWE32 PnP",
+ ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0045),
+ ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031),
+ 0,0,0,0,
+ 0,1,1,-1},
{"Sound Blaster AWE 32",
ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0048),
ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031),