Hi igorpadykov,
For this case of HW detail hw information:
esai pin: Tx0, Tx1, Bclk, LRCK, mclk. as this 5 PIN, we only create one sound card with one playback devices.
so if we want to use TX0 playback mono audio and use TX1 playback stereo. and we want to playback two type source sound at the same time through TX0, TX1.
For this case, i have more questions:
1. how to config this PCM data channel to adjust to this:
2slots: channel_0(Left), channel_2(Right) playback Tx0. channel_1(Left), channel_3(Right) playback with Tx1.
2, is this android need to create 4 channel data to write to audio hal?
3, how to enable one device work with four channel mode? any SW code guide?
BR
Thanks