Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mixer
Dir : e_modules/mixer Modified Files: alsa_mixer.c e_mod_config.c Log Message: Fix some alsa errors during free and disable the Mode radios in config dialog. =================================================================== RCS file: /cvs/e/e_modules/mixer/alsa_mixer.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- alsa_mixer.c 12 Sep 2006 14:54:06 -0000 1.11 +++ alsa_mixer.c 12 Sep 2006 15:10:29 -0000 1.12 @@ -60,9 +60,7 @@ cards = evas_list_append(cards, card); } - -snd_ctl_card_info_free(hw_info); - snd_mixer_close(handle); + snd_mixer_close(handle); return cards; } @@ -154,7 +152,6 @@ card->channels = alsa_card_get_channels(card); return card; } -snd_ctl_card_info_free(hw_info); snd_ctl_close(control); snd_mixer_close(handle); return NULL; =================================================================== RCS file: /cvs/e/e_modules/mixer/e_mod_config.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- e_mod_config.c 12 Sep 2006 15:02:15 -0000 1.13 +++ e_mod_config.c 12 Sep 2006 15:10:29 -0000 1.14 @@ -2,7 +2,7 @@ #include "e_mod_main.h" #include "e_mod_types.h" -#define DEBUG 1 +#define DEBUG 0 struct _E_Config_Dialog_Data { ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs