summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhao Wei Liew <zhaoweiliew@gmail.com>2016-01-31 16:08:03 +0800
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-01-31 17:52:36 +0800
commit934773692aedfd455472de69a96fa691e05215ac (patch)
treef5aa15705a0fcb9bce33084fcf6a0a97e4a67c27
parentb56a2b2fc76d9d7e69012efb1c4d7321726a5707 (diff)
downloadhardware_qcom_audio-934773692aedfd455472de69a96fa691e05215ac.tar.gz
hardware_qcom_audio-934773692aedfd455472de69a96fa691e05215ac.tar.bz2
hardware_qcom_audio-934773692aedfd455472de69a96fa691e05215ac.zip
Revert "hal: Set maximum channel count for msm8960"
This is a duplicate of the config above. This reverts commit 001fb3afe18c7aa06f7c435f0a46f802f82f2a40. Change-Id: I57f8f1a0c9196ee3a8c1539d43bd233bb0ef87ea
-rw-r--r--hal/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/hal/Android.mk b/hal/Android.mk
index 413fb15b..2f7114ba 100644
--- a/hal/Android.mk
+++ b/hal/Android.mk
@@ -36,10 +36,6 @@ ifneq ($(filter msm8994,$(TARGET_BOARD_PLATFORM)),)
endif
endif
-ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
- LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="2"
-endif
-
LOCAL_SRC_FILES := \
audio_hw.c \
voice.c \