diff options
author | Andrew Dodd <atd7@cornell.edu> | 2012-12-12 00:51:05 -0500 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-12-12 00:51:05 -0500 |
commit | aa566dee3eba6c80d40fc356055799db1f2f8b57 (patch) | |
tree | a156dd94b6eed5b2628e3deda25adb71675684d6 /bluetooth | |
parent | 1ac18755963c9ed809244b1d35f6294277bba6a8 (diff) | |
download | device_samsung_smdk4412-common-aa566dee3eba6c80d40fc356055799db1f2f8b57.zip device_samsung_smdk4412-common-aa566dee3eba6c80d40fc356055799db1f2f8b57.tar.gz device_samsung_smdk4412-common-aa566dee3eba6c80d40fc356055799db1f2f8b57.tar.bz2 |
bluetooth: Bring config inline with CM10
These parameters match the old --i2s params passed to
brcm_patchram_plus in CM10
See device/common/libbt/include/bt_vendor_brcm.h
Also see:
system/bluetooth/brcm_patchram_plus/brcm_patchram_plus.c
in CM10 tree, along with our hciattach params.
Change-Id: I8b0b3a625f12ba3ae139b6ea5bd112c4797cde3d
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/vnd_smdk4x12.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bluetooth/vnd_smdk4x12.txt b/bluetooth/vnd_smdk4x12.txt index 4b18989..095c8c4 100644 --- a/bluetooth/vnd_smdk4x12.txt +++ b/bluetooth/vnd_smdk4x12.txt @@ -1,6 +1,5 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttySAC0" FW_PATCHFILE_LOCATION = "/system/bin/" -BT_WAKE_VIA_PROC = TRUE LPM_IDLE_TIMEOUT_MULTIPLE = 5 BTVND_DBG = FALSE BTHW_DBG = TRUE @@ -8,5 +7,4 @@ VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE UART_TARGET_BAUD_RATE = 4000000 FW_PATCH_SETTLEMENT_DELAY_MS = 50 -PCM_DATA_FMT_FILL_METHOD = 3 -PCM_DATA_FMT_FILL_NUM = 3 +SCO_USE_I2S_INTERFACE = TRUE |