Merge "camera_v2: actuator: bivcm_set with infinity direction register value"

This commit is contained in:
Linux Build Service Account 2015-06-18 07:09:03 -07:00 committed by Gerrit - the friendly Code Review server
commit f54619af62
2 changed files with 2 additions and 0 deletions

View File

@ -1129,6 +1129,7 @@ static int32_t msm_actuator_bivcm_set_position(
}
a_ctrl->i2c_tbl_index = 0;
hw_params = set_pos->hw_params;
for (index = 0; index < set_pos->number_of_steps; index++) {
next_lens_position = set_pos->pos[index];
delay = set_pos->delay[index];

View File

@ -549,6 +549,7 @@ struct msm_ois_cfg_data {
struct msm_actuator_set_position_t {
uint16_t number_of_steps;
uint32_t hw_params;
uint16_t pos[MAX_NUMBER_OF_STEPS];
uint16_t delay[MAX_NUMBER_OF_STEPS];
};