topology: pga: add uuid token support

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

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2020-06-01 13:07:40 +08:00 committed by Keyon Jie
parent c2098a1225
commit 33c3663114
1 changed files with 12 additions and 0 deletions

View File

@ -1,12 +1,23 @@
divert(-1) divert(-1)
dnl Define macro for PGA widget dnl Define macro for PGA widget
DECLARE_SOF_RT_UUID("volume", volume_uuid, 0xb77e677e, 0x5ff4, 0x4188,
0xaf, 0x14, 0xfb, 0xa8, 0xbd, 0xbf, 0x86, 0x82)
dnl N_PGA(name) dnl N_PGA(name)
define(`N_PGA', `PGA'PIPELINE_ID`.'$1) define(`N_PGA', `PGA'PIPELINE_ID`.'$1)
dnl W_PGA(name, format, periods_sink, periods_source, core, kcontrol0. kcontrol1...etc) dnl W_PGA(name, format, periods_sink, periods_source, core, kcontrol0. kcontrol1...etc)
define(`W_PGA', define(`W_PGA',
`SectionVendorTuples."'N_PGA($1)`_tuples_uuid" {'
` tokens "sof_comp_tokens"'
` tuples."uuid" {'
` SOF_TKN_COMP_UUID' STR(volume_uuid)
` }'
`}'
`SectionData."'N_PGA($1)`_data_uuid" {'
` tuples "'N_PGA($1)`_tuples_uuid"'
`}'
`SectionVendorTuples."'N_PGA($1)`_tuples_w" {' `SectionVendorTuples."'N_PGA($1)`_tuples_w" {'
` tokens "sof_comp_tokens"' ` tokens "sof_comp_tokens"'
` tuples."word" {' ` tuples."word" {'
@ -32,6 +43,7 @@ define(`W_PGA',
` type "pga"' ` type "pga"'
` no_pm "true"' ` no_pm "true"'
` data [' ` data ['
` "'N_PGA($1)`_data_uuid"'
` "'N_PGA($1)`_data_w"' ` "'N_PGA($1)`_data_w"'
` "'N_PGA($1)`_data_str"' ` "'N_PGA($1)`_data_str"'
` "'$5`"' ` "'$5`"'