- add missing dummy implementation of e_mixer_system_is_mono

regards
Jérémy

diff --git a/e/src/modules/mixer/sys_dummy.c b/e/src/modules/mixer/sys_dummy.c
index fffce07..fe6644a 100644
--- a/e/src/modules/mixer/sys_dummy.c
+++ b/e/src/modules/mixer/sys_dummy.c
@@ -179,6 +179,12 @@ e_mixer_system_set_state(E_Mixer_System *self __UNUSED__, 
E_Mixer_Channel *chann
 }
 
 int
+e_mixer_system_is_mono(E_Mixer_System *self __UNUSED__, E_Mixer_Channel 
*channel __UNUSED__)
+{
+   return 0;
+}
+
+int
 e_mixer_system_has_capture(E_Mixer_System *self __UNUSED__, E_Mixer_Channel 
*channel __UNUSED__)
 {
    return 0;
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to