mirror of https://github.com/thesofproject/sof.git
Tools: Topology2: Fix playback EFX FIR and IIR defaults
The default values should be "passthrough" since the pipeline mixout-gain-efx-dai-copier-playback.conf applies them this way: IncludeByKey.EFX_FIR_PARAMS { "passthrough" "include/components/eqfir/passthrough.conf" } And IIR similarly. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
53e8b71f69
commit
8aededeb96
|
@ -1,6 +1,6 @@
|
||||||
Define {
|
Define {
|
||||||
EFX_FIR_PARAMS 'include/components/eqfir/passthrough.conf'
|
EFX_FIR_PARAMS 'passthrough'
|
||||||
EFX_IIR_PARAMS 'include/components/eqiir/passthrough.conf'
|
EFX_IIR_PARAMS 'passthrough'
|
||||||
EFX_CROSSOVER_PARAMS '2way'
|
EFX_CROSSOVER_PARAMS '2way'
|
||||||
EFX_DRC_PARAMS 'passthrough'
|
EFX_DRC_PARAMS 'passthrough'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue