Hi,
I'm working with TLV320AIC3109-Q1 on our custom board and we would like to transmit the audio data in I2S mode. In the register description and I2S mode description in section 7.3.2.3, we only find the valid data length configuration but not the slot width configuration. Would like to ask if the the combinations of the slot-width and valid data length are as the following:
Page 0, Reg 9, Bit 4-5
0x00 data word length = 16 bits ==> is slot-width 16 bits too?
0x01 data word length = 20 bits ==> is slot-width 20 bits too?
0x10 data word length = 24 bits ==> is slot-width 32 bits? (As the format S24_LE in the Linux Kernel)
0x11 data word length = 32 bits ==> is slot-width 32 bits too?
Thanks,
Gabriel