Эх сурвалжийг харах

Revert "asoc: lahaina: use new pm_qos API to let audio ULL run on core 1 and 2"

This reverts commit 026f8ff39c8ff5f5f4839f100e775dbfd65134ed.

Change-Id: If8b67964594f56089c0eb81cb417f61c950d1f46
Divya Sharma 4 жил өмнө
parent
commit
0061dacebd
1 өөрчлөгдсөн 1 нэмэгдсэн , 4 устгасан
  1. 1 4
      asoc/lahaina.c

+ 1 - 4
asoc/lahaina.c

@@ -5081,11 +5081,8 @@ static int msm_fe_qos_prepare(struct snd_pcm_substream *substream)
 	(void)substream;
 
 	qos_client_active_cnt++;
-	if (qos_client_active_cnt == 1) {
-		if (pm_qos_request_active(&substream->latency_pm_qos_req))
-			pm_qos_remove_request(&substream->latency_pm_qos_req);
+	if (qos_client_active_cnt == 1)
 		msm_audio_update_qos_request(MSM_LL_QOS_VALUE);
-	}
 
 	return 0;
 }