diff options
author | Matthew Xie <mattx@google.com> | 2012-09-28 14:37:33 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-28 14:37:34 -0700 |
commit | 7f595f9108e81f6fd7c0cc4b75326f00ad178214 (patch) | |
tree | 146f4ce27d3e2760cf61c7645640917cfdc9a816 | |
parent | 39b0c7ddc1f39a64d366879cfa1232d6dd8575cd (diff) | |
parent | e11a97069fc6ebdce451f213d43c2a24e23d4d1d (diff) | |
download | device_common-7f595f9108e81f6fd7c0cc4b75326f00ad178214.zip device_common-7f595f9108e81f6fd7c0cc4b75326f00ad178214.tar.gz device_common-7f595f9108e81f6fd7c0cc4b75326f00ad178214.tar.bz2 |
Merge "Use I2S interface for SCO on Manta" into jb-mr1-dev
-rw-r--r-- | libbt/include/vnd_manta.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbt/include/vnd_manta.txt b/libbt/include/vnd_manta.txt index 53f9542..fc58fb3 100644 --- a/libbt/include/vnd_manta.txt +++ b/libbt/include/vnd_manta.txt @@ -3,6 +3,8 @@ FW_PATCHFILE_LOCATION = "/vendor/firmware/" UART_TARGET_BAUD_RATE = 921600 BT_WAKE_VIA_USERIAL_IOCTL = TRUE LPM_IDLE_TIMEOUT_MULTIPLE = 5 +SCO_USE_I2S_INTERFACE = TRUE +SCO_I2SPCM_IF_ROLE = 0 BTVND_DBG = FALSE BTHW_DBG = TRUE VNDUSERIAL_DBG = FALSE |