edison: add BOARD_USES_ICS_VOICE_BLOB
(fixes in-call volume and speakerphone)
credit/thanks to stargo
Dependent on the following:
http://review.cyanogenmod.org/#/c/64231/
http://review.cyanogenmod.org/#/c/64232/
https://github.com/MO4/proprietary_vendor_motorola/commit/0af9555fccb21a37bade8c21f71cafb887861053
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 349462b..bc54429 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -32,6 +32,9 @@
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/motorola/edison/bluetooth
+# Audio
+BOARD_USES_ICS_VOICE_BLOB := true
+
# Kernel
BOARD_KERNEL_CMDLINE := root=/dev/ram0 rw mem=1023M@0x80000000 console=null vram=10300K omapfb.vram=0:8256K,1:4K,2:2040K init=/init ip=off mmcparts=mmcblk1:p7(pds),p15(boot),p16(recovery),p17(cdrom),p18(misc),p19(cid),p20(kpanic),p21(system),p22(cache),p23(preinstall),p24(webtop),p25(userdata) mot_sst=1 androidboot.bootloader=0x0A74 androidboot.selinux=permissive
BOARD_KERNEL_BASE := 0x80000000