Uh oh!
There was an error while loading. Please reload this page.
mux: fix input and output channel setting - #3674
Conversation
juimonen
commented
Dec 7, 2020
@bkokoszx FYI. Don't we have the input/output setting reversed currently? With this change I get the correct output with my testing at least... |
There was a problem hiding this comment.
Does it make more sense to rename j and m as row and column ?
There was a problem hiding this comment.
ping. if you can fix and re-push this will let CI do a full run too.
There was a problem hiding this comment.
@juimonen
I have a concern, because as I understand correctly mask[j] corresponding to j channel on output, as we can see in code before your change. I suspect that if we hit some swapped channels issue, we may have problem somewhere else.
juimonen
commented
Jan 7, 2021
@akloniex your thoughts on this as original mux/demux author? |
juimonen
commented
Jan 22, 2021
lgirdwood
commented
Jan 22, 2021
SOFCI TEST |
lgirdwood
commented
Jan 26, 2021
@juimonen ping - can you check CI. |
@juimonen |
lgirdwood
commented
Jan 28, 2021
@juimonen can you check CI. UT failed. |
juimonen
commented
Feb 2, 2021
SOFCI TEST |
Input and output channel settings from matrix row and column are in reverse order, so they should be swapped. Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
Input and output channel settings from matrix row and column
are in reverse order, so they should be swapped.
Signed-off-by: Jaska Uimonen jaska.uimonen@intel.com