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

Commit 30aea03a authored by Ruofei Ma's avatar Ruofei Ma Committed by Gerrit - the friendly Code Review server
Browse files

msm: cvp: Fix dsp path



Fix a typo in dsp path register buffer if condition and
change the power collapse delay based on test requirement.

Change-Id: I69319b93c9e5d0cf84b017a0bbd1c8900b4262f0
Signed-off-by: default avatarRuofei Ma <ruofeim@codeaurora.org>
parent f8774b59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ static int msm_cvp_map_buf_dsp(struct msm_cvp_inst *inst,
		return -EINVAL;
	}

	if (!buf->offset) {
	if (buf->offset) {
		dprintk(CVP_ERR,
			"%s: offset is deprecated, set to 0.\n",
			__func__);
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ static struct msm_cvp_common_data sm8250_common_data[] = {
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 1500,
		.value = 30000,
	},
	{
		.key = "qcom,hw-resp-timeout",