Uh oh!
There was an error while loading. Please reload this page.
topology2: cavs-nocodec: Add an intermediate pipeline - #6401
Conversation
ranj063
commented
Oct 11, 2022
plbossart
left a comment
There was a problem hiding this comment.
This is good to test the intermediate pipeline triggers but it should also be updated with the two-stage mixer if and when we figure out what to do with sink_c->sink and source_c->source
aiChaoSONG
commented
Oct 12, 2022
does the mixout->gain->mixin pipeline have to be present only in playback? I think it is also possible in a capture pipeline. |
ranj063
commented
Oct 12, 2022
maybe but I guess for a test for intermediate pipelines, this is good enough |
Uh oh!
There was an error while loading. Please reload this page.
Add an intermediate pipeline between the host and DAI pipelines. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
6b96377 to
e45dcf9ComparemiRoox
commented
Oct 14, 2022
SOFCI TEST |
aiChaoSONG
commented
Oct 14, 2022
I guess it is because this PR should be tested with the intermediate pipeline kernel support thesofproject/linux#3917 |
lgirdwood
commented
Oct 19, 2022
@aiChaoSONG@kv2019i any update ? Can we merge ? |
ranj063
commented
Oct 19, 2022
@lgirdwood this will have to wait until we bring back the mixer to the nocodec tplg. We're very close to doing that. Please hold off on merging this for a couple more days |
lgirdwood
commented
Oct 24, 2022
ok, pls ping me when ready. |
how is this related to #6131 ? EDIT: ok, that one is topology1, sorry, ignore this |
plbossart
commented
Oct 26, 2022
the goal is the same @lyakh, for both topology1 and 2 we want to catch invalid firmware assumptions that a pipeline is connected to a dai or a host, and in the case of IPC4 detect cases where the intermediate pipeline is not correctly configured by the Linux driver. |
We have PR testing for IPC4, so as long as tests pass, I'm fine.

Add an intermediate pipeline between the host and DAI pipelines.
Signed-off-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com