From: Armin Groesslinger <groessli@fmi.uni-passau.de>
To: linux-sound@vger.kernel.org
Subject: [PATCH] 2.4.0-test1 & (old) Soundblaster 16 PnP
Date: Fri, 26 May 2000 13:03:32 +0000 [thread overview]
Message-ID: <marc-linux-sound-95934647700093@msgid-missing> (raw)
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,
reply other threads:[~2000-05-26 13:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-95934647700093@msgid-missing \
--to=groessli@fmi.uni-passau.de \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox