aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2015-04-15 22:56:51 -0700
committerChirayu Desai <chirayudesai1@gmail.com>2015-04-24 19:02:33 +0530
commit899b01eea912bae4d31ae9d0181018de41990f61 (patch)
treec03e1a257b0b34a7a947f1dbe8636e17082b371d /BoardConfigCommon.mk
parentf23d6160903f04533712bb6d19ee7b474709ecb5 (diff)
shinano-common: Stop using prebuilt audio
* Add custom audio backends using audio_platform_info * Match stock devices and ACDB IDs * Specify MULTISESSION_VOICE for calls * Specify LOW_LATENCY as primary output Change-Id: I9d6927ab98c70ab71a181c656253f64491219470
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 044cd50..3d34cc6 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -31,6 +31,10 @@ TARGET_DTB_EXTRA_FLAGS := --force-v2
# ANT+
BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease"
+# Audio
+AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
+AUDIO_FEATURE_LOW_LATENCY_PRIMARY := true
+
# Bluetooth
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_BCM := true