diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-21 14:14:20 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-21 14:14:20 +0100 |
commit | 5b62906a6888312eb50f330f3bc5504b19cf15bb (patch) | |
tree | e564ab27695c614ac1e4a6d946ba6bb37f0ec094 | |
parent | f375843b52d6737d46136908042f1121a2f29b67 (diff) | |
download | device_samsung_p3100-5b62906a6888312eb50f330f3bc5504b19cf15bb.zip device_samsung_p3100-5b62906a6888312eb50f330f3bc5504b19cf15bb.tar.gz device_samsung_p3100-5b62906a6888312eb50f330f3bc5504b19cf15bb.tar.bz2 |
p31xx: use i2s interface
Change-Id: I267bec89e87504919ffc8e21651d0defeb50793c
-rw-r--r-- | bluetooth/vnd_espresso.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bluetooth/vnd_espresso.txt b/bluetooth/vnd_espresso.txt index b17d53c..e487dc4 100644 --- a/bluetooth/vnd_espresso.txt +++ b/bluetooth/vnd_espresso.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 |