Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        alsa_mixer.h 


Log Message:
Add missing get/set mute protos. Thanks Mo0m :)

===================================================================
RCS file: /cvs/e/e_modules/mixer/alsa_mixer.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- alsa_mixer.h        11 Sep 2006 14:44:42 -0000      1.6
+++ alsa_mixer.h        11 Sep 2006 16:06:29 -0000      1.7
@@ -24,4 +24,7 @@
 int          alsa_get_volume        (int card_id, int channel_id);
 int          alsa_set_volume        (int card_id, int channel_id, double vol);
 
+int          alsa_get_mute        (int card_id, int channel_id);
+int          alsa_set_mute        (int card_id, int channel_id, int mute);
+
 #endif



-------------------------------------------------------------------------
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

Reply via email to