Commit a00f414
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>1 parent 172d5a1 commit a00f414
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments