summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-08-02 00:54:23 -0700
committerArne Coucheron <arco68@gmail.com>2015-11-23 01:10:51 +0100
commit31a9daae6151bd66ede2877113a7c348dd3be643 (patch)
tree327dad1f2c6a41cf42957a33fb7258604c839698 /include
parent24f357692f66543c8826edbb47ecca4b6cd19f9c (diff)
downloadandroid_system_bt-31a9daae6151bd66ede2877113a7c348dd3be643.tar.gz
android_system_bt-31a9daae6151bd66ede2877113a7c348dd3be643.tar.bz2
android_system_bt-31a9daae6151bd66ede2877113a7c348dd3be643.zip
Add I2S-PCM slave mode for SCO
* M7 needs us to configure I2SPCM for SCO and set the voice mode. Change-Id: I98a9528af62f9c4fef075927f00a8aafdbeb4ee3
Diffstat (limited to 'include')
-rw-r--r--include/bt_target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index c51387ef6..02afede7c 100644
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -41,6 +41,10 @@
#include "dyn_mem.h" /* defines static and/or dynamic memory for components */
//------------------Added from bdroid_buildcfg.h---------------------
+#ifndef I2SPCM_SLAVE_BRCM
+#define I2SPCM_SLAVE_BRCM FALSE
+#endif
+
#ifndef L2CAP_EXTFEA_SUPPORTED_MASK
#define L2CAP_EXTFEA_SUPPORTED_MASK (L2CAP_EXTFEA_ENH_RETRANS | L2CAP_EXTFEA_STREAM_MODE | L2CAP_EXTFEA_NO_CRC | L2CAP_EXTFEA_FIXED_CHNLS)
#endif