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

Commits on Sep 10, 2024

  1. Tools: Tplgtool: Remove debug print of array indices

    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 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5244dae View commit details
    Browse the repository at this point in the history