I2S communication I2S Philips standard, data launch at second BCK.
I2S communication MSB alignment standard, data launch at first BCK.
PCM Short standard, also known as DSP mode. The period of synchronization signal (WS) is 1 bck cycle.
PCM Long standard. The period of synchronization signal (WS) is channel_bit*bck cycles.
__attribute__((deprecated)) = 0x01
I2S communication format I2S, correspond to `I2S_COMM_FORMAT_STAND_I2S`.
__attribute__((deprecated)) = 0x01
I2S format MSB, (I2S_COMM_FORMAT_I2S |I2S_COMM_FORMAT_I2S_MSB) correspond to `I2S_COMM_FORMAT_STAND_I2S`.
__attribute__((deprecated)) = 0x02
I2S format LSB, (I2S_COMM_FORMAT_I2S |I2S_COMM_FORMAT_I2S_LSB) correspond to `I2S_COMM_FORMAT_STAND_MSB`.
__attribute__((deprecated)) = 0x04
I2S communication format PCM, correspond to `I2S_COMM_FORMAT_STAND_PCM_SHORT`.
__attribute__((deprecated)) = 0x04
PCM Short, (I2S_COMM_FORMAT_PCM | I2S_COMM_FORMAT_PCM_SHORT) correspond to `I2S_COMM_FORMAT_STAND_PCM_SHORT`.
__attribute__((deprecated)) = 0x08
PCM Long, (I2S_COMM_FORMAT_PCM | I2S_COMM_FORMAT_PCM_LONG) correspond to `I2S_COMM_FORMAT_STAND_PCM_LONG`.