Loading sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +6 −1 Original line number Diff line number Diff line Loading @@ -1735,6 +1735,11 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) prtd->app_pointer = 0; prtd->first_buffer = 1; prtd->last_buffer = 0; /* * Set gapless transition flag only if EOS hasn't been * acknowledged already. */ if (atomic_read(&prtd->eos)) prtd->gapless_state.gapless_transition = 1; prtd->marker_timestamp = 0; Loading Loading
sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +6 −1 Original line number Diff line number Diff line Loading @@ -1735,6 +1735,11 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) prtd->app_pointer = 0; prtd->first_buffer = 1; prtd->last_buffer = 0; /* * Set gapless transition flag only if EOS hasn't been * acknowledged already. */ if (atomic_read(&prtd->eos)) prtd->gapless_state.gapless_transition = 1; prtd->marker_timestamp = 0; Loading