From 899b01eea912bae4d31ae9d0181018de41990f61 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Wed, 15 Apr 2015 22:56:51 -0700 Subject: 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 --- BoardConfigCommon.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.2.3