Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Gael Queri <gael@abul.org>
To: linux-sound@vger.kernel.org
Subject: patch for detection of another SB Vibra 16C brand
Date: Sun, 09 Dec 2001 22:28:46 +0000	[thread overview]
Message-ID: <marc-linux-sound-100793706908637@msgid-missing> (raw)

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]

Hello, here is a patch to enable sb_card.c to recognize another
vibra 16 card. (This was tested with 2.4.16)

Regards, Gael

[-- Attachment #2: patch-v16c --]
[-- Type: text/plain, Size: 1210 bytes --]

--- drivers/sound/sb_card.c.old	Thu Oct 11 18:43:30 2001
+++ drivers/sound/sb_card.c	Sun Dec  9 23:26:22 2001
@@ -56,6 +56,9 @@
  *
  * 01-10-2001 Added a new flavor of Creative SB AWE64 PnP (CTL00E9).
  *      Jerome Cornet <jcornet@free.fr>
+ *
+ * 09-12-2001 Added a new flavor of Creative SB Vibra 16C (CTL0072).
+ *      Gaël Quéri <gael@lautre.net> 
  */
 
 #include <linux/config.h>
@@ -337,6 +340,11 @@
 		ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0001),
 		0,0,0,0,
 		0,1,1,-1},
+	{"Sound Blaster Vibra16C",
+		ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0072),
+		ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0001),
+		0,0,0,0,
+		0,1,1,-1},
 	{"Sound Blaster Vibra16CL", 
 		ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0080), 
 		ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041),
@@ -572,6 +580,9 @@
 		ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0001), 0 },
 
 	{	ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0070), 
+		ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0001), 0 },
+
+	{	ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0072),
 		ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0001), 0 },
 
 	{	ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0080), 

                 reply	other threads:[~2001-12-09 22:28 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-100793706908637@msgid-missing \
    --to=gael@abul.org \
    --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