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

Commit adff0192 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: Remove excess logs in compress driver"

parents 290c401b fe5ee697
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2672,7 +2672,7 @@ static int msm_compr_pointer(struct snd_compr_stream *cstream,
		tstamp.copied_total = prtd->received_total;
	first_buffer = prtd->first_buffer;
	if (atomic_read(&prtd->error)) {
		pr_err("%s Got RESET EVENTS notification, return error\n",
		pr_err_ratelimited("%s Got RESET EVENTS notification, return error\n",
				   __func__);
		if (cstream->direction == SND_COMPRESS_PLAYBACK)
			runtime->total_bytes_transferred = tstamp.copied_total;