* [PATCH] 2.4.0-test1 & (old) Soundblaster 16 PnP
@ 2000-05-26 13:03 Armin Groesslinger
0 siblings, 0 replies; only message in thread
From: Armin Groesslinger @ 2000-05-26 13:03 UTC (permalink / raw)
To: linux-sound
Hi,
I've got a (probably old?) Soundblaster 16 PnP sound card which is not
detected by Linux 2.4.0-test1's SB driver.
Here's how ISAPNP reports my SB 16:
$ cat /proc/isapnp
Card 1 'CTL0028:Creative SB16 PnP' PnP version 1.0 Product version 1.0
Logical device 0 'CTL0031:Audio'
[...]
Below is the patch I used to make the SB driver recognize my sound card.
I hope I made the patch correctly and it can be included in the kernel.
Armin
--- 2.4.0-test1/drivers/sound/sb_card.c Fri May 26 01:32:43 2000
+++ linux/drivers/sound/sb_card.c Fri May 26 08:41:01 2000
@@ -265,6 +265,11 @@
0,0,0,0,
0,1,1,-1},
{"Sound Blaster 16",
+ ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0028),
+ ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031),
+ 0,0,0,0,
+ 0,1,1,-1},
+ {"Sound Blaster 16",
ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0029),
ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031),
0,0,0,0,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-05-26 13:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-05-26 13:03 [PATCH] 2.4.0-test1 & (old) Soundblaster 16 PnP Armin Groesslinger
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.