mirror of https://github.com/thesofproject/sof.git
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:
parent
1afa304641
commit
cc51ff8f0c
|
@ -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" {'
|
||||
|
|
|
@ -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" {'
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue