diff -ur linux.vanilla/drivers/sound/sb_card.c linux/drivers/sound/sb_card.c --- linux.vanilla/drivers/sound/sb_card.c Thu Jun 14 10:12:35 2001 +++ linux/drivers/sound/sb_card.c Thu Jun 14 10:16:38 2001 @@ -298,6 +298,11 @@ 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(0x00ed), + ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), + 0,0,0,0, + 0,1,1,-1}, {"Sound Blaster Vibra16S", ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0051), ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0001), @@ -518,6 +523,9 @@ { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x002b), ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031), 0 }, + + { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00ed), + ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), 0 }, { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0051), ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0001), 0 },