[TBT][Sound Manager/Connection Status][TFDF-5531, Connection Status was not getting... 59/214859/2
authorPriya Kohli <priya.kohli@samsung.com>
Fri, 27 Sep 2019 06:59:21 +0000 (12:29 +0530)
committermanoj gupta <manoj.g2@samsung.com>
Fri, 27 Sep 2019 07:14:37 +0000 (07:14 +0000)
Change-Id: Id910dc2b5c549b2f15e98b2030a8f3ebc92dfcd3
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/view/tbt-sound-manager-view.c

index d907cd5..542f38a 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index ca0cffe..0f561e7 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index abc9893..598b5dd 100644 (file)
@@ -128,7 +128,7 @@ soundmanager_view *soundmanager_view_add(Evas_Object *navi, tbt_info *tbt_info,
                //ui_utils_guide_instruction_popup_button(navi, "* Please Insert/Remove Audio jack to change status<br/><b>Note:You can also refer info section</b><br/>");
 
                int *id = NULL;
-               ret = sound_manager_add_device_connection_changed_cb(SOUND_DEVICE_IO_DIRECTION_BOTH_MASK,_sound_device_connection_changed_cb,this, &id);
+               ret = sound_manager_add_device_connection_changed_cb(SOUND_DEVICE_IO_DIRECTION_BOTH_MASK|SOUND_DEVICE_IO_DIRECTION_OUT_MASK,_sound_device_connection_changed_cb,this, &id);
                RETVM_IF(ret != SOUND_MANAGER_ERROR_NONE && ret != SOUND_MANAGER_ERROR_NOT_SUPPORTED, NULL, "sound_manager_set_device_connected_cb failed : %s", get_soundmanager_error(ret));
 
                this->info_label = ui_utils_label_add(this->view->layout, "Please change Audio Jack state[Insert/Remove]");