All of lore.kernel.org
 help / color / mirror / Atom feed
* patch for detection of another SB Vibra 16C brand
@ 2001-12-09 22:28 Gael Queri
  0 siblings, 0 replies; only message in thread
From: Gael Queri @ 2001-12-09 22:28 UTC (permalink / raw)
  To: linux-sound

[-- 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), 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-09 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-09 22:28 patch for detection of another SB Vibra 16C brand Gael Queri

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.