This one adds support for ESS1688.

 Patch is against plain 2.3.48 kernel tree. 

-- 

   - *Alex* -

  http://freepage.logicom.it/azummo/
--- linux/drivers/sound/sb_card.c       Sun Feb 27 22:29:45 2000
+++ sb-linux/drivers/sound/sb_card.c    Mon Feb 28 13:09:09 2000
@@ -491,6 +491,7 @@
        {ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x009D), 0,        &sb_init_awe,  
         "Sound Blaster AWE 64" },
        {ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x00C5), 0,        &sb_init_awe,  
         "Sound Blaster AWE 64" },
        {ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x00E4), 0,        &sb_init_awe,  
         "Sound Blaster AWE 64" },
+       {ISAPNP_VENDOR('E','S','S'), ISAPNP_FUNCTION(0x0968), SBF_DEV,  &sb_init_ess,  
+         "ESS 1688" },
        {ISAPNP_VENDOR('E','S','S'), ISAPNP_FUNCTION(0x1868), SBF_DEV,  &sb_init_ess,  
         "ESS 1868" },
        {ISAPNP_VENDOR('E','S','S'), ISAPNP_FUNCTION(0x8611), SBF_DEV,  &sb_init_ess,  
         "ESS 1868" },
        {ISAPNP_VENDOR('E','S','S'), ISAPNP_FUNCTION(0x1869), SBF_DEV,  &sb_init_ess,  
         "ESS 1869" },

Reply via email to