Browse Source

Merge "asoc: holi: use new pm_qos API"

qctecmdr 4 years ago
parent
commit
09d2850b3a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      asoc/holi.c

+ 2 - 1
asoc/holi.c

@@ -4343,7 +4343,8 @@ err:
 
 
 static int msm_fe_qos_prepare(struct snd_pcm_substream *substream)
 static int msm_fe_qos_prepare(struct snd_pcm_substream *substream)
 {
 {
-	(void)substream;
+	if (pm_qos_request_active(&substream->latency_pm_qos_req))
+		pm_qos_remove_request(&substream->latency_pm_qos_req);
 
 
 	qos_client_active_cnt++;
 	qos_client_active_cnt++;
 	if (qos_client_active_cnt == 1)
 	if (qos_client_active_cnt == 1)