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

Commit aee5c7b7 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: fix crash during flac superset clip playback"

parents c84fddfc b63a4ec3
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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;