summaryrefslogtreecommitdiffstats
path: root/post_proc/effect_api.c
diff options
context:
space:
mode:
authorSharad Sangle <assangle@codeaurora.org>2015-06-18 15:58:55 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-06-29 03:50:49 -0700
commitb27354b10e10697afd1c7a31e1e726bd394200b2 (patch)
tree3c3e92651b9a28ec73c256539e0dfe21a55f64de /post_proc/effect_api.c
parentf22706d0abdad18f77d2983e32c1259d06f245b6 (diff)
downloadhardware_qcom_audio-b27354b10e10697afd1c7a31e1e726bd394200b2.tar.gz
hardware_qcom_audio-b27354b10e10697afd1c7a31e1e726bd394200b2.tar.bz2
hardware_qcom_audio-b27354b10e10697afd1c7a31e1e726bd394200b2.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: If64d5fa5d124b42d40d7e123b887db8e0a5d7426
Diffstat (limited to 'post_proc/effect_api.c')
-rw-r--r--post_proc/effect_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_proc/effect_api.c b/post_proc/effect_api.c
index 2fb79ed0..7aef9970 100644
--- a/post_proc/effect_api.c
+++ b/post_proc/effect_api.c
@@ -60,7 +60,7 @@
#include <sound/audio_effects.h>
#include <sound/devdep_params.h>
#include <linux/msm_audio.h>
-
+#include <errno.h>
#include "effect_api.h"
#ifdef DTS_EAGLE