Uh oh!
There was an error while loading. Please reload this page.
topology: graph: Add PIPELINE_ID to graph name - #2207
Conversation
33e5669 to
8c17791CompareThere was a problem hiding this comment.
I think we can also make the function comment changed too.
| dnl P_GRAPH(name, CONNECTIONS) | |
| dnl P_GRAPH(name, pipeline id, CONNECTIONS) |
There was a problem hiding this comment.
This seems to be wrong before this patch already, but anyways an important correction.
kv2019i
left a comment
There was a problem hiding this comment.
Maybe you can correct the comment as well, looks good otherwise.
8c17791 to
2d72741Comparelgirdwood
commented
Dec 17, 2019
ranj063
commented
Dec 17, 2019
lgirdwood
commented
Dec 18, 2019
SOFCI TEST |
Uh oh!
There was an error while loading. Please reload this page.
Add the PIPELINE_ID to the graph section name to make them unique for the playback and capture pipelines that are associated with the same SSP. Also fix the comment while we're at it. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
2d72741 to
92dcadaComparelgirdwood
commented
Jan 7, 2020
SOFCI TEST |
plbossart
commented
Jan 7, 2020
same with kernel PR thesofproject/linux#1663, 404 for all reports |
xiulipan
commented
Jan 8, 2020
@lgirdwood@plbossart seeing the same issue now, working on this. |
lgirdwood
commented
Jan 8, 2020
@zrombel can you comment on the codecheck failure, I cant see it. Thanks |
zrombel
commented
Jan 8, 2020
KW server didn't respond. Rerun and code check pass. |
xiulipan
commented
Jan 13, 2020
@lgirdwood The ICL fail is due to the DSP reset retry failed. And the 404 issue is some URL path issue, the dmesg can be found in https://sof-ci.01.org/sofpr/PR2207/build4440/devicetest/ICL_RVP_HDA/check-pause-resume-playback-10.sh/check-pause-resume-playback-10/dmesg.txt |
lgirdwood
commented
Jan 20, 2020
SOFCI TEST |
lgirdwood
commented
Jan 20, 2020
@ranj063 rerunning CI since the same CI issue has cropped up on various PRs. |
ranj063
commented
Feb 3, 2020
@lgirdwood is this PR ready for merging now? |
lgirdwood
commented
Feb 4, 2020
SOFCI TEST |
lgirdwood
commented
Feb 4, 2020
@ranj063 Hope so, TGL build was showing a fail so rerunning. Jenkins was good, usual suspect for module reload. Will merge once TGL build is resolved (could be CI issue). |
Add the PIPELINE_ID to the graph section name to
make them unique for the platback and capture pipelines
that are associated with the same SSP.
Fixes#2201