summaryrefslogtreecommitdiffstats
path: root/visualizer/Android.mk
diff options
context:
space:
mode:
authorRavi Kumar Alamanda <ralama@codeaurora.org>2014-11-14 16:51:10 -0800
committerVineeta Srivastava <vsrivastava@google.com>2014-12-01 13:20:32 -0800
commit8652b46b27d7c7d70afed7be5ad8fc2d7b1e49b2 (patch)
treee3f56c786a2f9859c24fb8e1a109479301dbf634 /visualizer/Android.mk
parentf28290178598c01d29f152a46483e5e8bd67b0e0 (diff)
downloadhardware_qcom_audio-8652b46b27d7c7d70afed7be5ad8fc2d7b1e49b2.tar.gz
hardware_qcom_audio-8652b46b27d7c7d70afed7be5ad8fc2d7b1e49b2.tar.bz2
hardware_qcom_audio-8652b46b27d7c7d70afed7be5ad8fc2d7b1e49b2.zip
visualizer: do not apply calibration on audio routed to afe proxy
When compress offload playback is active, if the Visualizer effect is enabled, decoded PCM audio is routed to AFE Proxy port and read from it by the Visualizer wrapper library. When audio is routed to proxy port, current output device specific calibration is also being applied which is not desired. Avoid this by sending default audio calibration i.e. no post-processing to be applied the data. Bug: 18390493 Change-Id: Id576c4ed7bbb482683074e3e33aa5760b7597d37
Diffstat (limited to 'visualizer/Android.mk')
-rw-r--r--visualizer/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/visualizer/Android.mk b/visualizer/Android.mk
index 3c92044d..bec54d61 100644
--- a/visualizer/Android.mk
+++ b/visualizer/Android.mk
@@ -24,6 +24,7 @@ LOCAL_CFLAGS+= -O2 -fvisibility=hidden
LOCAL_SHARED_LIBRARIES := \
libcutils \
liblog \
+ libdl \
libtinyalsa
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/soundfx