discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3c15bf16637dac3b2a7f19bcc6cbcab32003c6ba

commit 3c15bf16637dac3b2a7f19bcc6cbcab32003c6ba
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Aug 16 10:16:34 2018 -0400

    edje/multisense: always return muted=true if multisense is disabled
    
    Summary:
    there is no sound when multisense is disabled, so this is functionally
    equivalent to the audio being muted
    
    Reviewers: devilhorns
    
    Reviewed By: devilhorns
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl_layout_engine
    
    Differential Revision: https://phab.enlightenment.org/D6837
---
 src/lib/edje/edje_multisense.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/edje_multisense.c b/src/lib/edje/edje_multisense.c
index 0d99826d22..ce4bd12e87 100644
--- a/src/lib/edje/edje_multisense.c
+++ b/src/lib/edje/edje_multisense.c
@@ -128,7 +128,7 @@ edje_audio_channel_mute_get(Edje_Channel channel)
    return _channel_mute_states[channel];
 #else
    (void)channel;
-   return EINA_FALSE;
+   return EINA_TRUE;
 #endif
 }
 

-- 


Reply via email to