Loading sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +2 −1 Original line number Diff line number Diff line Loading @@ -1485,6 +1485,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) __func__); rc = msm_compr_drain_buffer(prtd, &flags); if (rc || !atomic_read(&prtd->start)) { if (rc != -ENETRESET) rc = -EINTR; spin_unlock_irqrestore(&prtd->lock, flags); break; Loading Loading
sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +2 −1 Original line number Diff line number Diff line Loading @@ -1485,6 +1485,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) __func__); rc = msm_compr_drain_buffer(prtd, &flags); if (rc || !atomic_read(&prtd->start)) { if (rc != -ENETRESET) rc = -EINTR; spin_unlock_irqrestore(&prtd->lock, flags); break; Loading