diff options
author | Matthew Xie <mattx@google.com> | 2012-09-20 17:50:54 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-09-28 13:07:43 -0700 |
commit | e11a97069fc6ebdce451f213d43c2a24e23d4d1d (patch) | |
tree | bc5bd3b661210e68bcd7ae1aae82a184266f6c43 | |
parent | 0c04d598f755c72cf9cca0eed41a43f1ec8e8697 (diff) | |
download | device_common-e11a97069fc6ebdce451f213d43c2a24e23d4d1d.zip device_common-e11a97069fc6ebdce451f213d43c2a24e23d4d1d.tar.gz device_common-e11a97069fc6ebdce451f213d43c2a24e23d4d1d.tar.bz2 |
Use I2S interface for SCO on Manta
bug 7167346
Change-Id: I71253cd59e9e69f5a5477c12c301e774e6fbacf2
-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 |