mirror of https://github.com/thesofproject/sof.git
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:
parent
51f6eaeb4b
commit
b9aa4c5603
|
@ -109,14 +109,6 @@ Class.Pipeline."dai-copier-eqiir-module-copier-capture" {
|
|||
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" {
|
||||
|
|
Loading…
Reference in New Issue