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

Commit 6564db44 authored by Terence Ho's avatar Terence Ho
Browse files

msm: ais: fix to enqueue current sof timestamp



Fix to enqueue current sof timestamp instead of previous frame.

Change-Id: I673d057ebed3062f908bbb490a82313743721512
Acked-by: default avatarAbderahmane Allalou <aallalou@qti.qualcomm.com>
Signed-off-by: default avatarTerence Ho <terenceh@codeaurora.org>
parent af0ad3b9
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);