Loading sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +2 −2 Original line number Diff line number Diff line Loading @@ -1619,7 +1619,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) if (prtd->last_buffer) { pr_debug("%s: last buffer drain\n", __func__); rc = msm_compr_drain_buffer(prtd, &flags); if (rc) { if (rc || !atomic_read(&prtd->start)) { spin_unlock_irqrestore(&prtd->lock, flags); break; Loading @@ -1639,7 +1639,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) /* wait for the zero length buffer to be returned */ pr_debug("%s: zero length buffer drain\n", __func__); rc = msm_compr_drain_buffer(prtd, &flags); if (rc) { if (rc || !atomic_read(&prtd->start)) { spin_unlock_irqrestore(&prtd->lock, flags); break; } Loading Loading
sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +2 −2 Original line number Diff line number Diff line Loading @@ -1619,7 +1619,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) if (prtd->last_buffer) { pr_debug("%s: last buffer drain\n", __func__); rc = msm_compr_drain_buffer(prtd, &flags); if (rc) { if (rc || !atomic_read(&prtd->start)) { spin_unlock_irqrestore(&prtd->lock, flags); break; Loading @@ -1639,7 +1639,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) /* wait for the zero length buffer to be returned */ pr_debug("%s: zero length buffer drain\n", __func__); rc = msm_compr_drain_buffer(prtd, &flags); if (rc) { if (rc || !atomic_read(&prtd->start)) { spin_unlock_irqrestore(&prtd->lock, flags); break; } Loading