Uh oh!
There was an error while loading. Please reload this page.
[RFC]topology: Add nocodec demux test tplg - #2958
Conversation
This test topology test with 4ch to 2ch demux. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
juimonen
commented
May 20, 2020
@xiulipan so what's the idea with channels, so which channel is copied to where? Now the matrix seems to indicate copy input channels 1 & 2 to output 1 & 2. input channels 3 & 4 are not copied anywhere... is this the purpose? So you only want to extract 1&2 from input to output? |
xiulipan
commented
May 20, 2020
@juimonen Yes, that was the use case for the SMART_AMP and DEMUX. |
lgirdwood
commented
May 20, 2020
xiulipan
commented
May 25, 2020
@lgirdwood Got that will update the the comments. |
| # Buffers use s16le format, 1000us deadline on core 0 with priority 0 | ||
| DAI_ADD(sof/pipe-dai-playback.m4, | ||
| 1, SSP, 0, NoCodec-0, | ||
| PIPELINE_SOURCE_1, 2, s16le, |
There was a problem hiding this comment.
@xiulipan
I have one question, maybe I am missing something. Why we set here DAI format to s16le? Maybe better it will be to set DAI and SSP TDM format to s32_le. In that case, DAI will make PCM conversion if required. In #2959 case, when we will try to play s16, DAI should make conversion from s16 to s32.
zrombel
commented
Aug 1, 2020
Due to recent PR #3194 merge, please rebase for TGL Multicore tests to Pass on Internal CI. |
lgirdwood
commented
Aug 7, 2020
@xiulipan ping ? |
This test topology test with 4ch to 2ch demux.
Signed-off-by: Pan Xiuli xiuli.pan@linux.intel.com