topology: change token name from effect to process

The token can be used for more generic processing, not only effect
component, let's rename it.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2019-03-05 18:43:39 +08:00 committed by Liam Girdwood
parent 1afa304641
commit cc51ff8f0c
3 changed files with 7 additions and 6 deletions

View File

@ -28,9 +28,9 @@ define(`W_EQ_FIR',
` tuples "'N_EQ_FIR($1)`_tuples_str"'
`}'
`SectionVendorTuples."'N_EQ_FIR($1)`_tuples_str_type" {'
` tokens "sof_effect_tokens"'
` tokens "sof_process_tokens"'
` tuples."string" {'
` SOF_TKN_EFFECT_TYPE' "EQFIR"
` SOF_TKN_PROCESS_TYPE' "EQFIR"
` }'
`}'
`SectionData."'N_EQ_FIR($1)`_data_str_type" {'

View File

@ -28,9 +28,9 @@ define(`W_EQ_IIR',
` tuples "'N_EQ_IIR($1)`_tuples_str"'
`}'
`SectionVendorTuples."'N_EQ_IIR($1)`_tuples_str_type" {'
` tokens "sof_effect_tokens"'
` tokens "sof_process_tokens"'
` tuples."string" {'
` SOF_TKN_EFFECT_TYPE' "EQIIR"
` SOF_TKN_PROCESS_TYPE' "EQIIR"
` }'
`}'
`SectionData."'N_EQ_IIR($1)`_data_str_type" {'

View File

@ -85,6 +85,7 @@ SectionVendorTokens."sof_tone_tokens" {
SOF_TKN_TONE_SAMPLE_RATE "800"
}
SectionVendorTokens."sof_effect_tokens" {
SOF_TKN_EFFECT_TYPE "900"
SectionVendorTokens."sof_process_tokens" {
SOF_TKN_PROCESS_TYPE "900"
SOF_TKN_PROCESS_SUBTYPE "901"
}