diff options
| author | Iliya Varadzhakov <ivarad@codeaurora.org> | 2016-12-22 19:00:37 +0200 |
|---|---|---|
| committer | Angel Hitov <ahitov@codeaurora.org> | 2017-03-15 18:48:42 +0200 |
| commit | f977e44aeaf5da07338a4649caa45367461226f0 (patch) | |
| tree | e3ecfc2a1b25a3cba5a7ac617f0edc2e2a2ee259 /include/media | |
| parent | 89bfd053bfb4afb40d86f58de52cb7b1433dccba (diff) | |
msm: camera: Bypass redundant creation of video node in stereo
In stereo mode two sensors use one video node so we need
to bypass the creation of second one.
Change-Id: I4a16d664afd3d2f67ff13cb62cd8265144d64caf
Signed-off-by: Angel Hitov <ahitov@codeaurora.org>
Signed-off-by: Iliya Varadzhakov <ivarad@codeaurora.org>
Diffstat (limited to 'include/media')
| -rw-r--r-- | include/media/msm_cam_sensor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/msm_cam_sensor.h b/include/media/msm_cam_sensor.h index 75d0912aa459..762f1c51620c 100644 --- a/include/media/msm_cam_sensor.h +++ b/include/media/msm_cam_sensor.h @@ -41,6 +41,7 @@ struct msm_camera_sensor_slave_info32 { uint8_t is_init_params_valid; struct msm_sensor_init_params sensor_init_params; enum msm_sensor_output_format_t output_format; + uint8_t bypass_video_node_creation; }; struct msm_camera_csid_lut_params32 { |
