Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information