From 8652b46b27d7c7d70afed7be5ad8fc2d7b1e49b2 Mon Sep 17 00:00:00 2001 From: Ravi Kumar Alamanda Date: Fri, 14 Nov 2014 16:51:10 -0800 Subject: 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 --- visualizer/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'visualizer/Android.mk') 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 -- cgit v1.2.3