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

Commit 5855d17a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ais: fix to enqueue current sof timestamp"

parents 45a9e5ac 6564db44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -985,7 +985,7 @@ static void ais_vfe_handle_sof_rdi(struct ais_vfe_hw_core_info *core_info,

		//enq curr
		sof.sof_ts = work_data->ts;
		sof.cur_sof_hw_ts = prev_sof_hw_ts;
		sof.cur_sof_hw_ts = cur_sof_hw_ts;
		sof.frame_cnt = p_rdi->frame_cnt;

		ais_vfe_q_sof(core_info, path, &sof);