--- 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 + * + * 09-12-2001 Added a new flavor of Creative SB Vibra 16C (CTL0072). + * Gaël Quéri */ #include @@ -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),