Is your feature request related to a problem? Please describe.
The following two files use roughly the same params but have slightly different names, this makes switching between them dangerous and prone to error.
tools/topology/topology1/platform/intel/intel-generic-dmic-kwd.m4
tools/topology/topology1/platform/intel/intel-generic-dmic.m4
e.g.
DMIC_PIPELINE_48k_CORE_ID and DMIC_48k_CORE_ID
Describe the solution you'd like
Align the params to the same names
Describe alternatives you've considered
N/A
Is your feature request related to a problem? Please describe.
The following two files use roughly the same params but have slightly different names, this makes switching between them dangerous and prone to error.
tools/topology/topology1/platform/intel/intel-generic-dmic-kwd.m4
tools/topology/topology1/platform/intel/intel-generic-dmic.m4
e.g.
DMIC_PIPELINE_48k_CORE_IDandDMIC_48k_CORE_IDDescribe the solution you'd like
Align the params to the same names
Describe alternatives you've considered
N/A