diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-21 14:14:37 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-21 14:14:37 +0100 |
commit | eec6623e146a314341a6de24690938da89dfc46f (patch) | |
tree | 0e57c8a6ebc5905616fbfb13942f0404127772f2 /bluetooth | |
parent | a41035dc757852c3412b95d902bbd66afce98464 (diff) | |
download | device_samsung_p5100-eec6623e146a314341a6de24690938da89dfc46f.zip device_samsung_p5100-eec6623e146a314341a6de24690938da89dfc46f.tar.gz device_samsung_p5100-eec6623e146a314341a6de24690938da89dfc46f.tar.bz2 |
p51xx: use i2s interface
Change-Id: I242a69e3ecff902b6e3dafe04b3f6397639568e3
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/vnd_espresso10.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bluetooth/vnd_espresso10.txt b/bluetooth/vnd_espresso10.txt index b17d53c..e487dc4 100644 --- a/bluetooth/vnd_espresso10.txt +++ b/bluetooth/vnd_espresso10.txt @@ -1,12 +1,12 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyO1" FW_PATCHFILE_LOCATION = "/vendor/firmware/" FW_PATCH_SETTLEMENT_DELAY_MS = 50 -UART_TARGET_BAUD_RATE = 3000000 -LPM_IDLE_TIMEOUT_MULTIPLE = 5 BTVND_DBG = FALSE BTHW_DBG = TRUE VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE -SCO_PCM_IF_CLOCK_RATE = 0 -PCM_DATA_FMT_FILL_METHOD = 3 -PCM_DATA_FMT_FILL_NUM = 3 +SCO_USE_I2S_INTERFACE = TRUE +SCO_I2SPCM_IF_MODE = 1 +SCO_I2SPCM_IF_ROLE = 0 +SCO_I2SPCM_IF_SAMPLE_RATE = 0 +SCO_I2SPCM_IF_CLOCK_RATE = 0 |