Skip to content

Commit cdd1c91

Browse files
yongzhi1kv2019i
authored andcommitted
topology2: google-rtc-aec: Add Byte control
Add binary controls for AEC tuning data with max size set to 2048. Signed-off-by: Yong Zhi <[email protected]>
1 parent dba33cc commit cdd1c91

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/topology/topology2/include/components/google-rtc-aec.conf

+9
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ Class.Widget."google-rtc-aec" {
4747
token_ref "comp.word"
4848
}
4949

50+
Object.Control.bytes."1" {
51+
access [
52+
tlv_write
53+
tlv_callback
54+
]
55+
name 'Config'
56+
max 2048
57+
}
58+
5059
# Attribute categories
5160
attributes {
5261
#

0 commit comments

Comments
 (0)