Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93c95791 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: add a variable to take direction register value"

parents 285620c9 97e0a806
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1122,6 +1122,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];
+1 −0
Original line number Diff line number Diff line
@@ -551,6 +551,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];
};