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

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

Merge "msm: cvp: Fix dsp path"

parents 0a09c0b9 30aea03a
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",