Loading sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -1602,7 +1602,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) /* Wait indefinitely for DRAIN. Flush can also signal this*/ rc = wait_event_interruptible(prtd->eos_wait, (prtd->cmd_ack || (prtd->eos_ack || prtd->cmd_interrupt || atomic_read(&prtd->error))); Loading Loading
sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -1602,7 +1602,7 @@ static int msm_compr_trigger(struct snd_compr_stream *cstream, int cmd) /* Wait indefinitely for DRAIN. Flush can also signal this*/ rc = wait_event_interruptible(prtd->eos_wait, (prtd->cmd_ack || (prtd->eos_ack || prtd->cmd_interrupt || atomic_read(&prtd->error))); Loading