summaryrefslogtreecommitdiffstats
path: root/audio/Android.mk
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-08-22 18:19:26 -0700
committerEric Laurent <elaurent@google.com>2011-09-06 14:48:20 -0700
commit023d8051906e49f7c339f7fdfb97adad250cd687 (patch)
tree9312b9b9fa56aec2620cccd656d01c3c21c195f3 /audio/Android.mk
parent3058e70fa8f55b0970d1f553a25a37a3565457cf (diff)
downloaddevice_samsung_tuna-023d8051906e49f7c339f7fdfb97adad250cd687.zip
device_samsung_tuna-023d8051906e49f7c339f7fdfb97adad250cd687.tar.gz
device_samsung_tuna-023d8051906e49f7c339f7fdfb97adad250cd687.tar.bz2
audio HAL: add audio pre processing.
Added support for audio pre processing and echo reference for AEC. Also: - added defines for ABE ports sampling rates - always select sub mic for camcorder and VoIP on speakerphone even if headset with mic is present - change mutex locking order: first hw device then stream. This allows calling functions on active output and input streams without releasing the hw device mutex. Aquiring the hw device mutex systematically in dtream read and write guarantees that a low priority thread waiting on the stream mutex will get it in a timely manner. Change-Id: I4abc9e56b30e7b72109db1961af76c6fd4c03be0
Diffstat (limited to 'audio/Android.mk')
-rw-r--r--audio/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Android.mk b/audio/Android.mk
index e02811d..28aae85 100644
--- a/audio/Android.mk
+++ b/audio/Android.mk
@@ -21,7 +21,8 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_SRC_FILES := audio_hw.c ril_interface.c
LOCAL_C_INCLUDES += \
external/tinyalsa/include \
- system/media/audio_utils/include
+ system/media/audio_utils/include \
+ system/media/audio_effects/include
LOCAL_SHARED_LIBRARIES := liblog libcutils libtinyalsa libaudioutils libdl
LOCAL_MODULE_TAGS := optional