Skip to content
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

Tools: Tplgtool: Remove debug print of array indices #1232

Merged

Conversation

singalsu
Copy link
Contributor

When parsing a topology with sof-tplgreader.py the output with topology file as command line argument should produce the list of PCMs found in the topology. However when encountering a topology with enum controls, there are numbers printed before the desired PCMs output.

The printing of the 24 array index values (24, 30, 56, ..., 852) is there apparently for debugging the code. It is causing case-lib/pipeline.sh to fail and cause false failures of CI test cases. This patch simply removes the print commands.

When parsing a topology with sof-tplgreader.py the output
with topology file as command line argument should produce
the list of PCMs found in the topology. However when
encountering a topology with enum controls, there are numbers
printed before the desired PCMs output.

The printing of the 24 array index values (24, 30, 56, ..., 852)
is there apparently for debugging the code. It is causing
case-lib/pipeline.sh to fail and cause false failures of CI
test cases. This patch simply removes the print commands.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
@singalsu singalsu requested a review from a team as a code owner September 10, 2024 14:48
@marc-hb
Copy link
Collaborator

marc-hb commented Sep 10, 2024

@marc-hb marc-hb merged commit a00f414 into thesofproject:main Sep 10, 2024
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants