summaryrefslogtreecommitdiffstats
path: root/post_proc/effect_api.c
diff options
context:
space:
mode:
authorMingming Yin <mingming@codeaurora.org>2015-07-01 16:57:32 -0700
committerMingming Yin <mingming@codeaurora.org>2015-07-06 10:44:23 -0700
commit497419fcb811e51f12917c60977350e4771ff62a (patch)
treeddc97326800abc6ffc52c1cd130deb63dd0f7f46 /post_proc/effect_api.c
parent18175cc5a5da2ee2fe71964e3721188a2ed23547 (diff)
downloadhardware_qcom_audio-497419fcb811e51f12917c60977350e4771ff62a.tar.gz
hardware_qcom_audio-497419fcb811e51f12917c60977350e4771ff62a.tar.bz2
hardware_qcom_audio-497419fcb811e51f12917c60977350e4771ff62a.zip
hal: compilation fix for extended feature flags
- Fix compilation error for offload, Dolby, HDMI pass through, FLAC decoder, and hardware accelerated effects when extended feature flags are disabled. Change-Id: I5b36d7668f63a396ed930d62c0337c2c3f311c95
Diffstat (limited to 'post_proc/effect_api.c')
-rw-r--r--post_proc/effect_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/post_proc/effect_api.c b/post_proc/effect_api.c
index e15db178..16c370b8 100644
--- a/post_proc/effect_api.c
+++ b/post_proc/effect_api.c
@@ -55,6 +55,7 @@
#endif
#include <stdbool.h>
+#include <errno.h>
#include <cutils/log.h>
#include <tinyalsa/asoundlib.h>
#include <sound/audio_effects.h>