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

Commit a00e61e2 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: remove unnecessary error log in audio kernel"

parents f6ecc2a1 f27e3510
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -704,7 +704,10 @@ static int msm_pcm_open(struct snd_pcm_substream *substream)
	prtd->set_channel_map = false;
	prtd->reset_event = false;
	runtime->private_data = prtd;

	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
		msm_adsp_init_mixer_ctl_pp_event_queue(soc_prtd);

	/* Vote to update the Rx thread priority to RT Thread for playback */
	if ((substream->stream == SNDRV_PCM_STREAM_PLAYBACK) &&
	    (pdata->perf_mode == LOW_LATENCY_PCM_MODE))
+1 −1
Original line number Diff line number Diff line
@@ -2292,7 +2292,7 @@ static struct cal_block_data *afe_find_cal(int cal_index, int port_id)
			goto exit;
		}
	}
	pr_err("%s: no matching cal_block found\n", __func__);
	pr_debug("%s: no matching cal_block found\n", __func__);
	cal_block = NULL;

exit: