Tools: Topology2: Cleanup dai-copier-eqiir-module-copier-capture

The pipeline is generic for any type of DAI, so using DMIC0_DAI_EQIIR
to select IIR blob is wrong. The blob definition need to be done
at upper level where endpoint is known.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2024-09-06 13:20:59 +03:00 committed by Kai Vehmanen
parent 51f6eaeb4b
commit b9aa4c5603
1 changed files with 0 additions and 8 deletions

View File

@ -109,14 +109,6 @@ Class.Pipeline."dai-copier-eqiir-module-copier-capture" {
out_ch_map $CHANNEL_MAP_3_POINT_1 out_ch_map $CHANNEL_MAP_3_POINT_1
} }
] ]
Object.Control.bytes."1" {
IncludeByKey.DMIC0_DAI_EQIIR {
"passthrough" "include/components/eqiir/passthrough.conf"
"highpass_40hz_0db" "include/components/eqiir/highpass_40hz_0db_48khz.conf"
"highpass_40hz_20db" "include/components/eqiir/highpass_40hz_20db_48khz.conf"
}
}
} }
module-copier."2" { module-copier."2" {