summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Romberger <bromberg@codeaurora.org>2017-02-22 18:05:17 -0800
committerManish Dewangan <manish@codeaurora.org>2017-05-18 21:24:23 +0530
commitd771a7c8cae46426e2eee3f9feca320f4d164310 (patch)
tree2cb804f4b8f39b91c136e60b2503d3da37b0b1e3 /configure.ac
parent34da7a412e18219d3305661d4a6eb7a546667992 (diff)
downloadandroid_hardware_qcom_audio-d771a7c8cae46426e2eee3f9feca320f4d164310.tar.gz
android_hardware_qcom_audio-d771a7c8cae46426e2eee3f9feca320f4d164310.tar.bz2
android_hardware_qcom_audio-d771a7c8cae46426e2eee3f9feca320f4d164310.zip
audio: hal: Add support for registering adsp events
Add support for AHAL clients to register for adsp events and receive event callbacks when an event is triggered by adsp. CRs-Fixed: 2023812 Change-Id: Ie22efee6e859c3d819ed3939e164cb7baebab71b
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 16544a3c..6695b7ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,6 +107,7 @@ AM_CONDITIONAL([COMPRESS_PASSTHROUGH], [test x$AUDIO_FEATURE_ENABLED_HDMI_PASSTH
AM_CONDITIONAL([KEEP_ALIVE], [test x$AUDIO_FEATURE_ENABLED_KEEP_ALIVE = xtrue])
AM_CONDITIONAL([GEF], [test x$AUDIO_FEATURE_ENABLED_GEF_SUPPORT = xtrue])
AM_CONDITIONAL([APTX_DECODER], [test x$AUDIO_FEATURE_ENABLED_APTX_DECODER = xtrue])
+AM_CONDITIONAL([ADSP_HDLR], [test x$AUDIO_FEATURE_ADSP_HDLR_ENABLED = xtrue])
AC_CONFIG_FILES([ \
Makefile \