diff options
author | Steve Kondik <shade@chemlab.org> | 2013-08-02 00:54:23 -0700 |
---|---|---|
committer | Ethan Chen <intervigil@gmail.com> | 2013-08-02 01:34:51 -0700 |
commit | 10b999d68cf2535cd5f7a4df3b20d801c8f09fe0 (patch) | |
tree | 3b7dc9fa6141cfb496f250ed10d99d7d3c227f62 /include | |
parent | 382f7fb0f87989dfa109913c34e3ef1ae32b452d (diff) | |
download | external_bluetooth_bluedroid-10b999d68cf2535cd5f7a4df3b20d801c8f09fe0.zip external_bluetooth_bluedroid-10b999d68cf2535cd5f7a4df3b20d801c8f09fe0.tar.gz external_bluetooth_bluedroid-10b999d68cf2535cd5f7a4df3b20d801c8f09fe0.tar.bz2 |
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')
-rwxr-xr-x | include/bt_target.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bt_target.h b/include/bt_target.h index 836868e..654d34b 100755 --- a/include/bt_target.h +++ b/include/bt_target.h @@ -54,6 +54,10 @@ //------------------Added from Bluedroid buildcfg.h--------------------- +#ifndef I2SPCM_SLAVE_BRCM +#define I2SPCM_SLAVE_BRCM FALSE +#endif + #ifndef UNV_INCLUDED #define UNV_INCLUDED FALSE #endif |