jeyzu pushed a commit to branch devs/jeyzu/mixer.

commit 393a7548f6e7c7cef8574c322eda88422ce5363e
Author: Jérémy Zurcher <[email protected]>
Date:   Mon Feb 25 14:18:29 2013 +0100

    mixer: add missing _e_mixer_dummy_set calls to sys_dummy
---
 src/modules/mixer/sys_dummy.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/modules/mixer/sys_dummy.c b/src/modules/mixer/sys_dummy.c
index eb3788b..82036ac 100644
--- a/src/modules/mixer/sys_dummy.c
+++ b/src/modules/mixer/sys_dummy.c
@@ -12,6 +12,7 @@ E_Mixer_System *
 e_mixer_system_new(const char *name)
 {
    _e_mixer_dummy_set();
+
    if (!name) return NULL;
 
    if (name == _name || strcmp(name, _name) == 0)
@@ -61,6 +62,8 @@ e_mixer_system_get_card_name(const char *card)
 Eina_List *
 e_mixer_system_get_channels(E_Mixer_System *self __UNUSED__)
 {
+   _e_mixer_dummy_set();
+
    E_Mixer_Channel_Info *ch_info;
 
    ch_info = malloc(sizeof(*ch_info));
@@ -106,6 +109,8 @@ e_mixer_system_channel_del(E_Mixer_Channel *channel 
__UNUSED__)
 const char *
 e_mixer_system_get_channel_name(E_Mixer_System *self __UNUSED__, 
E_Mixer_Channel *channel)
 {
+   _e_mixer_dummy_set();
+
    if (channel == (E_Mixer_Channel *)-2)
      return eina_stringshare_ref(_name);
    else

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

Reply via email to