# UART device port where Bluetooth controller is attached UartPort = /dev/ttyO0 # Firmware patch file location FwPatchFilePath = /vendor/firmware/ #************************************** # SCO I2S/PCM interface # 0: PCM # 1: I2S #************************************** ScoInterface = 1 #************************************** # SCO I2S # # Configuration for SCO over I2S interface, which parameters are represented by array. # Each I2S parameters' definations are listed as below, in order. Be NOTICED that # this setting is ONLY VALID as I2S interface is selected/used. # # Role (SCO_I2SPCM_IF_ROLE) # - 0: Slave # - 1: Master # # Sample Rate (SCO_I2SPCM_IF_SAMPLE_RATE) # - 0: 8K # - 1: 16K # - 2: 4K # # Clock Mode (SCO_I2SPCM_IF_CLOCK_RATE) # - 0: 128K # - 1: 256K # - 2: 512K # - 3: 1024K # - 4: 2048K # # #************************************** ScoI2SifParams = {0,0,2}