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

Commit 2852c0bb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: Porting QTI Audio framework related bug fixes on Mainline" into...

Merge "hal: Porting QTI Audio framework related bug fixes on Mainline" into audio-userspace.lnx.2.2-dev
parents ac989680 b4ec8702
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -777,6 +777,7 @@ void audio_extn_set_parameters(struct audio_device *adev,
   audio_extn_fbsp_set_parameters(parms);
   audio_extn_keep_alive_set_parameters(adev, parms);
   audio_extn_ext_disp_set_parameters(adev, parms);
   audio_extn_qaf_set_parameters(adev, parms);
   if (adev->offload_effects_set_parameters != NULL)
       adev->offload_effects_set_parameters(parms);
}
+509 −101

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -256,6 +256,8 @@ struct stream_out {
    pthread_cond_t qaf_offload_cond;
    pthread_t qaf_offload_thread;
    struct listnode qaf_offload_cmd_list;
    uint32_t platform_latency;
    audio_offload_info_t info;
};

struct stream_in {