Loading sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +10 −0 Original line number Diff line number Diff line Loading @@ -702,6 +702,16 @@ static int msm_compr_configure_dsp(struct snd_compr_stream *cstream) return ret; } /* * Setting the master volume gain to 0 while * configuring ASM session. This is to address * DSP pop noise issue where. This change is * there from begining may be DSP limitation */ ret = msm_compr_set_volume(cstream, 0, 0); if (ret < 0) pr_err("%s : Set Volume failed : %d", __func__, ret); ret = q6asm_set_softvolume(ac, &softvol); if (ret < 0) pr_err("%s: Send SoftVolume Param failed ret=%d\n", Loading Loading
sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +10 −0 Original line number Diff line number Diff line Loading @@ -702,6 +702,16 @@ static int msm_compr_configure_dsp(struct snd_compr_stream *cstream) return ret; } /* * Setting the master volume gain to 0 while * configuring ASM session. This is to address * DSP pop noise issue where. This change is * there from begining may be DSP limitation */ ret = msm_compr_set_volume(cstream, 0, 0); if (ret < 0) pr_err("%s : Set Volume failed : %d", __func__, ret); ret = q6asm_set_softvolume(ac, &softvol); if (ret < 0) pr_err("%s: Send SoftVolume Param failed ret=%d\n", Loading