sof/tools/topology/m4/dcblock.m4

53 lines
1.2 KiB
Plaintext

divert(-1)
dnl Define macro for DC Blocking Filter widget
dnl DCBLOCK name)
define(`N_DCBLOCK', `DCBLOCK'PIPELINE_ID`.'$1)
dnl W_EQ(name, format, periods_sink, periods_source, kcontrols_list)
define(`W_DCBLOCK',
`SectionVendorTuples."'N_DCBLOCK($1)`_tuples_w" {'
` tokens "sof_comp_tokens"'
` tuples."word" {'
` SOF_TKN_COMP_PERIOD_SINK_COUNT' STR($3)
` SOF_TKN_COMP_PERIOD_SOURCE_COUNT' STR($4)
` }'
`}'
`SectionData."'N_DCBLOCK($1)`_data_w" {'
` tuples "'N_DCBLOCK($1)`_tuples_w"'
`}'
`SectionVendorTuples."'N_DCBLOCK($1)`_tuples_str" {'
` tokens "sof_comp_tokens"'
` tuples."string" {'
` SOF_TKN_COMP_FORMAT' STR($2)
` }'
`}'
`SectionData."'N_DCBLOCK($1)`_data_str" {'
` tuples "'N_DCBLOCK($1)`_tuples_str"'
`}'
`SectionVendorTuples."'N_DCBLOCK($1)`_tuples_str_type" {'
` tokens "sof_process_tokens"'
` tuples."string" {'
` SOF_TKN_PROCESS_TYPE' "DCBLOCK"
` }'
`}'
`SectionData."'N_DCBLOCK($1)`_data_str_type" {'
` tuples "'N_DCBLOCK($1)`_tuples_str_type"'
`}'
`SectionWidget."'N_DCBLOCK($1)`" {'
` index "'PIPELINE_ID`"'
` type "effect"'
` no_pm "true"'
` data ['
` "'N_DCBLOCK($1)`_data_w"'
` "'N_DCBLOCK($1)`_data_str"'
` "'N_DCBLOCK($1)`_data_str_type"'
` ]'
` bytes ['
$5
` ]'
`}')
divert(0)dnl