register soubscribe_signal_for_daemon (bug fixed) 61/97361/1 accepted/tizen/3.0/common/20161116.143856 accepted/tizen/3.0/ivi/20161116.023341 accepted/tizen/3.0/mobile/20161116.022823 accepted/tizen/3.0/wearable/20161116.023154 submit/tizen_3.0/20161115.060306 submit/tizen_3.0_common/20161116.105222
authorGilbok Lee <gilbok.lee@samsung.com>
Mon, 14 Nov 2016 04:12:03 +0000 (13:12 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 14 Nov 2016 04:12:48 +0000 (13:12 +0900)
[Version] 0.2.11
[Profile] Mobile, Wearable
[Issue Type] Fix bugs

Change-Id: If65f7ce0edac56e1afe453ef2e72e090420a329c

packaging/libmm-radio.spec
src/mm_radio_sound_focus.c

index 68cd850..08170a3 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       libmm-radio
 Summary:    Multimedia Framework Radio Library
-Version:    0.2.10
+Version:    0.2.11
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index b5f318c..a780fd1 100644 (file)
@@ -123,14 +123,12 @@ int mmradio_sound_focus_register(mm_radio_sound_focus *sound_focus,
        if (ret == MM_ERROR_INVALID_HANDLE) {
                MMRADIO_LOG_WARNING("subscribe_id=%d\n", sound_focus->subscribe_id);
                if (sound_focus->subscribe_id == 0) {
-/*
                        ret = mm_sound_subscribe_signal_for_daemon(MM_SOUND_SIGNAL_RELEASE_INTERNAL_FOCUS, pid, &sound_focus->subscribe_id,
                                                                        (mm_sound_signal_callback)_mmradio_sound_signal_callback, (void*)sound_focus);
                        if (ret != MM_ERROR_NONE) {
                                MMRADIO_LOG_ERROR("mm_sound_subscribe_signal is failed\n");
                                return MM_ERROR_POLICY_BLOCKED;
                        }
-*/
                        MMRADIO_LOG_DEBUG("register focus watch callback for the value is 0, sub_cb id %d\n", sound_focus->subscribe_id);
                        /* register watch callback */
                        ret = mm_sound_set_focus_watch_callback_for_session(pid,