Hi JiadaThe idea to consider tdm_slot when determine SSI mode makes sense to me,
SSI can work in following modes(snip)
1. Basic Mode: (channel 1, 2, 4, 6, 8, 16)
2. TDM Extended Mode: (channel 6, 8)
3. TDM Split Mode: (channel 1, 2)
4. TDM Ex-Split mode: (Channel 2, 4, 6, 8, 10)
If my understanding was correct, we can do like thisSo, my opinions for BUSIFn support arecan you give me your idea, how to automatically determine working mode,
- SSI mode should be selected automatically
when user plays 2 channel stream on playback dai-link
If DT indicated sound card has dai-link x N, tdm-slots = <M>,
If (N, M) = (1, 2) : Basic mode
If (N, M) = (1, >2): TDM mode
If (N, M) = (2, 4) : TDM Split mode
If (N, M) = (2, >4): TDM Ex-Split mode
If (N, M) = (>2, 8): TDM Split mode
...
Maybe some combination was wrong, but we can do something like this ?
no BUSIFx shouldn't be changed during runtime, my idea is BUSIFx can be automatically selectedfor example user asks dai-link0 to playback 2ch audio stream,Why do we need to use Basic mode if HW has TDM Split mode connection?
driver can't determine which mode to work, as it can be Basic mode,
Split mode or Ex-Split mode.
If user playbacks 2ch audio in such situation,
we can use TDM Split mode (= only 2ch has sound, other channel has no sound ?)
user might start to playback for other channels.
I'm not sure how it works...
I'm not yet sure detail, but in your idea, does it mean,- BUSIFn connection should be selected on DTsince which BUSIFx is used during audio data transfer, is not
consideration of user,
I think your previous suggestion, (automatically select BUSIFx) makes
more sense
BUSIFx connection might be exchanged runtime ?
I think BUSIFx connection shouldn't exchanged runtime IMO.
Otherwise, sound position can't be fixed, and user can't control
sound, I think...
Best regards
---
Kuninori Morimoto