Hi,all
In the following red comments, I think the channels for tx and rx could not be larger than 0x80, for there are 128 channels in total, why here can be 0x90?
,### TDM Mode configuration ###
"TDMWordsPerFrame"=dword:1
; Range 1-128 words
"PartitionMode"=dword:0
; 0-> 2-partition mode, 1-> 8-partition mode
"NumOfTxChannels"=dword:2
; Number of TX channels to be enabled
"EnableMcBSPTxChannels"=multi_sz:"0","1","90","90"
"NumOfRxChannels"=dword:2
; Number of RX channels to be enabled
"EnableMcBSPRxChannels"=multi_sz:"0","1","90","90"