From e4162e32b7aac01da3dc825e51d945e1fdf7dd2d Mon Sep 17 00:00:00 2001 From: codeworkx Date: Thu, 13 Dec 2012 18:49:34 +0100 Subject: 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 --- bluetooth/vnd_smdk4x12.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bluetooth') 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 -- cgit v1.1