-
Notifications
You must be signed in to change notification settings - Fork 349
topology: graph: Add PIPELINE_ID to graph name #2207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
33e5669 to
8c17791
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix is good, but let's update the inline comments.
tools/topology/m4/utils.m4
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be wrong before this patch already, but anyways an important correction.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kv2019i
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you can correct the comment as well, looks good otherwise.
8c17791 to
2d72741
Compare
kv2019i
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good.
xiulipan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! good catch
|
SOFCI TEST |
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
92dcada
Compare
|
SOFCI TEST |
same with kernel PR thesofproject/linux#1663, 404 for all reports |
|
@lgirdwood @plbossart seeing the same issue now, working on this. |
|
@zrombel can you comment on the codecheck failure, I cant see it. Thanks |
|
KW server didn't respond. Rerun and code check pass. |
|
@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 |
|
SOFCI TEST |
|
@ranj063 rerunning CI since the same CI issue has cropped up on various PRs. |
|
@lgirdwood is this PR ready for merging now? |
|
SOFCI TEST |
|
@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