Merge "ASoC: msm: qdsp6v2: Remove excess logs in compress driver"
This commit is contained in:
commit
adff01925e
1 changed files with 2 additions and 2 deletions
|
@ -2672,8 +2672,8 @@ static int msm_compr_pointer(struct snd_compr_stream *cstream,
|
||||||
tstamp.copied_total = prtd->received_total;
|
tstamp.copied_total = prtd->received_total;
|
||||||
first_buffer = prtd->first_buffer;
|
first_buffer = prtd->first_buffer;
|
||||||
if (atomic_read(&prtd->error)) {
|
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__);
|
__func__);
|
||||||
if (cstream->direction == SND_COMPRESS_PLAYBACK)
|
if (cstream->direction == SND_COMPRESS_PLAYBACK)
|
||||||
runtime->total_bytes_transferred = tstamp.copied_total;
|
runtime->total_bytes_transferred = tstamp.copied_total;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue