according to https://review.tizen.org/gerrit/#/c/178817
sound_manager_disable_session_backward_compatibility() is no longer necessary.
Change-Id: I29ddf6d27cd1ad81b09dcd1fb61ca9a0d369dafd
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;
}
%define major 0
%define minor 2
-%define patchlevel 51
+%define patchlevel 52
%define ext_feature 0
Name: call-manager