Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17c75bcf authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: qdsp6v2: post ENETRESET error during SSR"

parents b9598ab6 adf99de3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;