Fix build error on emulator 45/99245/1 accepted/tizen/3.0/common/20161123.140635 accepted/tizen/3.0/ivi/20161123.083620 accepted/tizen/3.0/mobile/20161123.083301 accepted/tizen/3.0/wearable/20161123.083538 submit/tizen_3.0/20161122.043110
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 22 Nov 2016 08:11:55 +0000 (17:11 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 22 Nov 2016 08:11:55 +0000 (17:11 +0900)
[Version] 0.2.4
[Profile] Mobile, Wearable
[Issue Type] Fix build error

Change-Id: Ib5961cc2d3cfd391a6822c51f692d963bee109cf

src/mm_radio_priv_emulator.c

index d86b969..0c6481c 100644 (file)
@@ -1300,7 +1300,7 @@ static void __mmradio_sound_focus_cb(int id, mm_sound_focus_type_e focus_type,
        MMRADIO_LOG_FENTER();
        MMRADIO_CHECK_INSTANCE_RETURN_VOID(radio);
 
-       mmradio_get_sound_focus_reason(focus_state, reason_for_change, &event_source, &postMsg);
+       mmradio_get_sound_focus_reason(focus_state, reason_for_change, FALSE, &event_source, &postMsg);
        radio->sound_focus.event_src = event_source;
 
        switch (focus_state) {
@@ -1352,7 +1352,7 @@ static void __mmradio_sound_focus_watch_cb(int id, mm_sound_focus_type_e focus_t
        MMRADIO_LOG_FENTER();
        MMRADIO_CHECK_INSTANCE_RETURN_VOID(radio);
 
-       mmradio_get_sound_focus_reason(focus_state, reason_for_change, &event_source, &postMsg);
+       mmradio_get_sound_focus_reason(focus_state, reason_for_change, TRUE, &event_source, &postMsg);
        radio->sound_focus.event_src = event_source;
 
        switch (focus_state) {