|
@@ -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;
|
|
|
- msm_adsp_init_mixer_ctl_pp_event_queue(soc_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))
|