Loading sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +1 −0 Original line number Diff line number Diff line Loading @@ -1637,6 +1637,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) } /* send EOS */ prtd->eos_ack = 0; atomic_set(&prtd->eos, 1); pr_debug("issue CMD_EOS stream_id %d\n", ac->stream_id); q6asm_stream_cmd_nowait(ac, CMD_EOS, ac->stream_id); pr_info("PARTIAL DRAIN, do not wait for EOS ack\n"); Loading Loading
sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +1 −0 Original line number Diff line number Diff line Loading @@ -1637,6 +1637,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) } /* send EOS */ prtd->eos_ack = 0; atomic_set(&prtd->eos, 1); pr_debug("issue CMD_EOS stream_id %d\n", ac->stream_id); q6asm_stream_cmd_nowait(ac, CMD_EOS, ac->stream_id); pr_info("PARTIAL DRAIN, do not wait for EOS ack\n"); Loading