Remove unused soung-manager API 19/178919/1 accepted/tizen/unified/20180515.063827 submit/tizen/20180515.013533
authorsinikang <sinikang@samsung.com>
Tue, 15 May 2018 01:21:27 +0000 (10:21 +0900)
committersinikang <sinikang@samsung.com>
Tue, 15 May 2018 01:21:27 +0000 (10:21 +0900)
according to https://review.tizen.org/gerrit/#/c/178817
sound_manager_disable_session_backward_compatibility() is no longer necessary.

Change-Id: I29ddf6d27cd1ad81b09dcd1fb61ca9a0d369dafd

module/src/callmgr-audio.c
packaging/call-manager.spec

index e4410aaad83e82524660d61be30e22326f65f8cb..6142ca4dd0b39d3599782250b7a973f6050ed912 100644 (file)
@@ -179,17 +179,6 @@ int _callmgr_audio_init(callmgr_audio_handle_h *audio_handle, audio_event_cb cb_
                return -1;
        }
 
-       /*
-        * This function is added to resolve below ringtone play issue.
-        * - Incoming call sound is paused after removal of earphone.
-        * Incoming call sound should be playing although earphone is detached.
-        */
-       ret = sound_manager_disable_session_backward_compatibility();
-       if (ret != SOUND_MANAGER_ERROR_NONE) {
-               err("sound_manager_disable_session_backward_compatibility() failed. [%d][%s]", ret, get_error_message(ret));
-               return -1;
-       }
-
        dbg("Audio init done");
        return 0;
 }
index 0a27e66f9e39b467af1db955c2c0e6aa706b0b6f..883e6adf6eea7d90353a61957ad6e0cb076365c7 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 2
-%define patchlevel 51
+%define patchlevel 52
 %define ext_feature 0
 
 Name:           call-manager