This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

playback channel

Hi, we use DM8168EVM+RDK4.0.
I test if I use aplay, it can playback stereo channle data.
But if I use Audio_initRenderDevice(AUDIO_CHANNELS_SUPPORTED, gSamplingHz, gCapInfo.playbackDevId), it can only support mono channel.
If I want to support stereo channle in the demo, how can I do?
Thanks.