mirror of https://github.com/thesofproject/sof.git
Tools: Topology2: Remove bytes control from cavs-nocodec-rtcaec.conf
It was confirmed that the IPC4 version of Google RTC AEC
is not using the bytes control, so it can be safely removed
from topology.
This fixes topologies build error:
ALSA lib conf.c:838:(get_char_skip_comments)
Cannot access file include/components/google-rtc-aec/rtc-aec-blob.conf
Fixes: 64fcebbd64
("Tools: Topology2: Add nocodec topology to test google-rtc-aec")
Fixes: #8357
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
4986e3135d
commit
304dfd792e
|
@ -346,11 +346,6 @@ Object.Widget.google-rtc-aec [
|
|||
Object.Base.input_pin_binding.2 {
|
||||
input_pin_binding_name "dai-copier.SSP.NoCodec-2.capture"
|
||||
}
|
||||
|
||||
Object.Control.bytes."1" {
|
||||
name 'google-rtc-aec bytes'
|
||||
<include/components/google-rtc-aec/rtc-aec-blob.conf>
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue