Change-Id: Ic12620ed4593eace0ba91aa87014ebb7e0c00536
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 4
+%define patchlevel 5
%define ext_feature 0
Name: call-manager