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

Commit c553f3b0 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: qdsp6v2: Make separate ASM cal function" into msm-4.8

parents edb51946 2960cf68
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -986,6 +986,10 @@ static int msm_compr_configure_dsp(struct snd_compr_stream *cstream)
	if (ret < 0)
		pr_err("%s : Set Volume failed : %d", __func__, ret);

	ret = q6asm_send_cal(ac);
	if (ret < 0)
		pr_debug("%s : Send cal failed : %d", __func__, ret);

	ret = q6asm_set_softpause(ac, &softpause);
	if (ret < 0)
		pr_err("%s: Send SoftPause Param failed ret=%d\n",