summaryrefslogtreecommitdiffstats
path: root/hal/audio_extn/audio_extn.c
diff options
context:
space:
mode:
authorLakshman Chaluvaraju <lchalu@codeaurora.org>2016-11-04 19:21:12 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-06 03:42:08 -0800
commitb4ec8702b69c0fdd383e10047681bff1f080dc15 (patch)
tree6eba2d80f36f501a47f1c5783231f7521f0147e4 /hal/audio_extn/audio_extn.c
parent0801459a0ca4edc816bbd915f1b2168691d1a05d (diff)
downloadhardware_qcom_audio-b4ec8702b69c0fdd383e10047681bff1f080dc15.tar.gz
hardware_qcom_audio-b4ec8702b69c0fdd383e10047681bff1f080dc15.tar.bz2
hardware_qcom_audio-b4ec8702b69c0fdd383e10047681bff1f080dc15.zip
hal: Porting QTI Audio framework related bug fixes on Mainline
- Adding control for compress output format - Fix for Avsync issue whild playing video clip due to QAF latency. - updating to use channels instead of channel_mask. - Added support for msmd - Added Passthrough playback support for AC3, EAC3 and Multichannel PCM formats. Change-Id: Ia52192b6a8a9970617d0f1d9b3f613d12beb73c6
Diffstat (limited to 'hal/audio_extn/audio_extn.c')
-rw-r--r--hal/audio_extn/audio_extn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hal/audio_extn/audio_extn.c b/hal/audio_extn/audio_extn.c
index ff7560e7..d50bea54 100644
--- a/hal/audio_extn/audio_extn.c
+++ b/hal/audio_extn/audio_extn.c
@@ -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);
}