diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-13 18:49:34 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-13 18:57:48 +0100 |
commit | e4162e32b7aac01da3dc825e51d945e1fdf7dd2d (patch) | |
tree | a6bf925cc2c5d19bd9960b81b837279eeaed62a7 | |
parent | 1fa2ca3c7cba1688160db60c9038345a3b78fb73 (diff) | |
download | device_samsung_smdk4412-common-e4162e32b7aac01da3dc825e51d945e1fdf7dd2d.zip device_samsung_smdk4412-common-e4162e32b7aac01da3dc825e51d945e1fdf7dd2d.tar.gz device_samsung_smdk4412-common-e4162e32b7aac01da3dc825e51d945e1fdf7dd2d.tar.bz2 |
smdk4412: bluetooth: fix i2s interface config
old config: --i2s=1,0,0,0
** --i2s=i2s_enable,is_master,sample_rate,clock_rate
**
** i2s_enable is 0 for disable and 1 for enable
** is_master is 0 for slave and 1 for master
** sample_rate is 0 for 8KHz, 1 for 16Khz and 2 for 4 KHz
** clock_rate is 0 for 128KHz, 1 for 256KHz, 3 for 1024 KHz and 4 for 2048 KHz
Change-Id: I807da4845f65e8017cbe79bbb3a3c0267183ed6a
-rw-r--r-- | bluetooth/vnd_smdk4x12.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bluetooth/vnd_smdk4x12.txt b/bluetooth/vnd_smdk4x12.txt index 095c8c4..b680ecb 100644 --- a/bluetooth/vnd_smdk4x12.txt +++ b/bluetooth/vnd_smdk4x12.txt @@ -8,3 +8,7 @@ UPIO_DBG = FALSE UART_TARGET_BAUD_RATE = 4000000 FW_PATCH_SETTLEMENT_DELAY_MS = 50 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 |