Merge "msm: camera: isp: Set the sync mode to async"

This commit is contained in:
Linux Build Service Account 2017-06-28 11:59:52 -07:00 committed by Gerrit - the friendly Code Review server
commit 3a2719b7df

View file

@ -2296,6 +2296,8 @@ static void msm_isp_input_disable(struct vfe_device *vfe_dev, int cmd_type)
ms_res->src_info[src_info->dual_hw_ms_info.index] =
NULL;
ms_res->num_src--;
if (ms_res->num_src == 0)
ms_res->dual_sync_mode = MSM_ISP_DUAL_CAM_ASYNC;
src_info->dual_hw_ms_info.sync_state =
MSM_ISP_DUAL_CAM_ASYNC;
src_info->dual_hw_type = DUAL_NONE;