summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilbok Lee <gilbok.lee@samsung.com>2016-11-22 17:13:24 +0900
committerGilbok Lee <gilbok.lee@samsung.com>2016-11-22 17:13:30 +0900
commit6ef1c7797bc07001f7bca9c248dae8430faad6fa (patch)
tree13315c2e65e210202f4ec62a628c9c00eddcfc60
parentd0289395c93ad05dc73dd67346101088ea7535e7 (diff)
parentaac567f2d455856f3112c3d1455f241cd08111f8 (diff)
downloadlibmm-radio-6ef1c7797bc07001f7bca9c248dae8430faad6fa.tar.gz
libmm-radio-6ef1c7797bc07001f7bca9c248dae8430faad6fa.tar.bz2
libmm-radio-6ef1c7797bc07001f7bca9c248dae8430faad6fa.zip
Change-Id: Ic2053d7634dcf8691d5852bd5059bf8751f71796
-rw-r--r--src/mm_radio_priv_emulator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm_radio_priv_emulator.c b/src/mm_radio_priv_emulator.c
index d86b969..0c6481c 100644
--- a/src/mm_radio_priv_emulator.c
+++ b/src/mm_radio_priv_emulator.c
@@ -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) {