Fix TSAM-890 issue 56/57256/1 accepted/tizen/mobile/20160119.043202 accepted/tizen/tv/20160119.043228 accepted/tizen/wearable/20160119.043247 submit/tizen/20160119.012228
authordc7.lim <dc7.lim@samsung.com>
Mon, 18 Jan 2016 11:34:06 +0000 (20:34 +0900)
committerdc7.lim <dc7.lim@samsung.com>
Mon, 18 Jan 2016 11:35:11 +0000 (20:35 +0900)
 -Unable to make speaker off during a call

Change-Id: I863ba450ecf47efeb4a8dc39af85f5b608d09adf

packaging/call-manager.spec
service/src/callmgr-core.c

index 203a7cf..9a396d5 100755 (executable)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 1
-%define patchlevel 50
+%define patchlevel 51
 %define ext_feature 0
 
 Name:           call-manager
index ec7d0a1..899e85a 100644 (file)
@@ -2829,7 +2829,7 @@ int _callmgr_core_process_spk_off(callmgr_core_data_t *core_data)
                return -1;
        }
 
-       if (_callmgr_audio_set_audio_route(core_data->audio_handle, CALLMGR_AUDIO_ROUTE_RECEIVER_EARJACK_E) < 0) {
+       if (_callmgr_audio_set_audio_route(core_data->audio_handle, CALLMGR_AUDIO_ROUTE_RECEIVER_E) < 0) {
                err("_callmgr_audio_set_audio_route() failed");
                return -1;
        }