Skip to content

Commit 0ce2375

Browse files
committed
sof-tplgreader.py: add warning the tool is about PCMs, not pipelines
Too much confusion all over the place to perform a mass search/replace so add a warning only at the top of the "help" text. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 354431b commit 0ce2375

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/sof-tplgreader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def parse_and_set_block_keyword(block_str, tplgreader):
304304

305305
import argparse
306306

307-
parser = argparse.ArgumentParser(description='Warp Tools to mapping tplgreader convert TPLG file.',
307+
parser = argparse.ArgumentParser(description='Filters and prints PCMs found in a .tplg file',
308308
add_help=True, formatter_class=argparse.RawTextHelpFormatter)
309309

310310
parser.add_argument('filename', type=str, help='tplg file name, multi-tplg file name use "," to split it')
@@ -315,7 +315,7 @@ def parse_and_set_block_keyword(block_str, tplgreader):
315315
string support & | and ~ logic operation.
316316
if only care about key, you can use 'key':'any'.
317317
318-
NOTE: pipelines are filtered according to their key-value attributes pairs,
318+
NOTE: pipelines (actually: _PCMs_) are filtered according to their key-value attributes pairs,
319319
the value in a key-value pair is either numerical or non-numerical. Strings
320320
contain only digits are considered numerical, and others are considered
321321
non-numerical. Exact value match will be carried out for numerical values,

0 commit comments

Comments
 (0)