Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : evolume

Dir     : e_modules/evolume/src/module


Modified Files:
        e_mod_config.c 


Log Message:
Add some debugging for getting multiple mixers working again.

===================================================================
RCS file: /cvs/e/e_modules/evolume/src/module/e_mod_config.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_config.c      6 Apr 2006 19:13:37 -0000       1.3
+++ e_mod_config.c      7 Apr 2006 09:40:18 -0000       1.4
@@ -156,14 +156,17 @@
 
         mixer_conf = evas_list_data(l);
 
-#if 0
         DBG(stderr, "mixer_id1 = %x, mixer_id2 = %x\n", mixer_conf->mixer_id, 
mixer_name->mixer_id);
-#endif
         if (MIXER_ID(mixer_conf->mixer_id) == MIXER_ID(mixer_name->mixer_id))
           {
 //                      DBG(stderr,"using mixer_conf = %p\n", mixer_conf);
              return mixer_conf;
           }
+       else if ((!strcmp(mixer_conf->real, mixer_name->real)) && 
+                (!strcmp(mixer_conf->card, mixer_name->card))) 
+         {
+            return mixer_conf;
+         }     
      }
    if (!l)
      {




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to