summaryrefslogtreecommitdiff
path: root/hifi
diff options
context:
space:
mode:
authorNiranjan Yadla <nyadla@cadence.com>2018-05-08 16:27:06 -0700
committerDmitry Shmidt <dimitrysh@google.com>2018-05-15 11:16:45 -0700
commit672a34606145dc3d34ec8ee2f4853b9bddd293e3 (patch)
treea8430500e90cbdaebdbccb88ba8ffd19925bb703 /hifi
parenta13f816f0862ca67c7f363981f5ce0ed08f4c668 (diff)
downloadhikey-672a34606145dc3d34ec8ee2f4853b9bddd293e3.tar.gz
hikey960: Enable Audio DSP in Audio HAL
Enable XAF in Audio HAL if TARGET_ENABLE_DSP_DEVICE=true is set in the build Disable host side XAF logs To see DSP logs push device/linaro/hifi/xaf/host-apf/tools/dhifimesg to /system/bin then run adb shell dhifimesg Bug: 64395692 Test: Manual Change-Id: Iff35ac78deb39c1801a5318074eb0fed28506937 Signed-off-by: Niranjan Yadla <nyadla@cadence.com>
Diffstat (limited to 'hifi')
-rw-r--r--hifi/xaf/host-apf/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hifi/xaf/host-apf/Android.mk b/hifi/xaf/host-apf/Android.mk
index aa859d05..28e71011 100644
--- a/hifi/xaf/host-apf/Android.mk
+++ b/hifi/xaf/host-apf/Android.mk
@@ -23,7 +23,7 @@ LOCAL_SRC_FILES := \
utest/xaf-utils-test.c \
utest/xaf-mem-test.c
-C_FLAGS := -DXF_TRACE=1 -Wall -Werror #-Wno-everything
+C_FLAGS := -DXF_TRACE=0 -Wall -Werror -Wno-everything
LOCAL_C_INCLUDES := $(common_C_INCLUDES)
LOCAL_CFLAGS := $(C_FLAGS)