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:
Seppo Ingalsuo 2023-08-16 12:27:41 +03:00 committed by Kai Vehmanen
parent 53e8b71f69
commit 8aededeb96
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Define {
EFX_FIR_PARAMS 'include/components/eqfir/passthrough.conf'
EFX_IIR_PARAMS 'include/components/eqiir/passthrough.conf'
EFX_FIR_PARAMS 'passthrough'
EFX_IIR_PARAMS 'passthrough'
EFX_CROSSOVER_PARAMS '2way'
EFX_DRC_PARAMS 'passthrough'
}