summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNikhil Laturkar <nlatur@codeaurora.org>2017-07-26 20:19:10 +0530
committerGarmond Leung <garmondl@codeaurora.org>2017-09-13 16:13:54 -0700
commit40e7558ff31efbf3f21cc51a373ada8a1e12d614 (patch)
tree3a8119d50359a5d23c4e557d4a3b64f7908a1c64 /configure.ac
parent21d7725351580df425603349f1d8b7defdd69255 (diff)
downloadhardware_qcom_audio-40e7558ff31efbf3f21cc51a373ada8a1e12d614.tar.gz
hardware_qcom_audio-40e7558ff31efbf3f21cc51a373ada8a1e12d614.tar.bz2
hardware_qcom_audio-40e7558ff31efbf3f21cc51a373ada8a1e12d614.zip
hal_play_test : Support for Playback through QAP
Add support for Playback of Dolby and DTS formats through QAP Add KPI support, add support to disable dump. Depends-on: 2002598 Change-Id: If29faaeca545ce7809008f747f1d04807b105e9a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index da395273..978d2351 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,6 +114,7 @@ AM_CONDITIONAL([QAF_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_QAF = xtrue])
AM_CONDITIONAL([AUDIO_HW_LOOPBACK], [test x$AUDIO_FEATURE_ENABLED_AUDIO_HW_LOOPBACK = xtrue])
AM_CONDITIONAL([AUDIO_PARSER], [test x$AUDIO_FEATURE_ENABLED_PARSER = xtrue])
AM_CONDITIONAL([DTSHD_PARSER], [test x$AUDIO_FEATURE_ENABLED_DTSHD_PARSER = xtrue])
+AM_CONDITIONAL([QAP], [test x$AUDIO_FEATURE_ENABLED_QAP = xtrue])
AC_CONFIG_FILES([ \
Makefile \