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

Commit 09d2850b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: holi: use new pm_qos API"

parents e2c4330a aba0be65
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4343,7 +4343,8 @@ static int msm_snd_cdc_dma_hw_params(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++;
	if (qos_client_active_cnt == 1)