asoc: holi: use new pm_qos API
This change ensure all concurrent low latency/ ultra low latency use cases run on core 1 and 2. Change-Id: I187787ea609768bbfb6098a844dab4ebef611a9c
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user