topology: detect: add uuid token support

Add the uuid token to detect widget for the future use.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2020-05-28 16:37:20 +08:00 committed by Keyon Jie
parent 9f5173ce6e
commit 2da0638db4
1 changed files with 12 additions and 0 deletions

View File

@ -1,12 +1,23 @@
divert(-1)
dnl Define macro for generic detection widget
DECLARE_SOF_RT_UUID("kd-test", keyword_uuid, 0xeba8d51f, 0x7827, 0x47b5,
0x82, 0xee, 0xde, 0x6e, 0x77, 0x43, 0xaf, 0x67)
dnl N_DETECT(name)
define(`N_DETECT', `DETECT'PIPELINE_ID`.'$1)
dnl W_DETECT(name, format, periods_sink, periods_source, detect_type, stream_name, core, kcontrols_list)
define(`W_DETECT',
`SectionVendorTuples."'N_DETECT($1)`_tuples_uuid" {'
` tokens "sof_comp_tokens"'
` tuples."uuid" {'
` SOF_TKN_COMP_UUID' STR(keyword_uuid)
` }'
`}'
`SectionData."'N_DETECT($1)`_data_uuid" {'
` tuples "'N_DETECT($1)`_tuples_uuid"'
`}'
`SectionVendorTuples."'N_DETECT($1)`_tuples_w" {'
` tokens "sof_comp_tokens"'
` tuples."word" {'
@ -42,6 +53,7 @@ define(`W_DETECT',
` event_flags "15"' # trapping PRE/POST_PMU/PMD events
` event_type "1"' # 1 for DAPM event for detect component
` data ['
` "'N_DETECT($1)`_data_uuid"'
` "'N_DETECT($1)`_data_w"'
` "'N_DETECT($1)`_data_str"'
` ]'