Skip to content

Commit

Permalink
topology2: google-rtc-aec: Add Byte control
Browse files Browse the repository at this point in the history
Add binary controls for AEC tuning data with
max size set to 2048.

Signed-off-by: Yong Zhi <[email protected]>
  • Loading branch information
yongzhi1 authored and andyross committed Dec 15, 2023
1 parent a1f24c7 commit 8fbd61d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ Class.Widget."google-rtc-aec" {
token_ref "comp.word"
}

Object.Control.bytes."1" {
access [
tlv_write
tlv_callback
]
name 'Config'
max 2048
}

# Attribute categories
attributes {
#
Expand Down

0 comments on commit 8fbd61d

Please sign in to comment.