Skip to content

Commit

Permalink
topology2: google-rtc-aec: Remove byte control
Browse files Browse the repository at this point in the history
The blob contains the input/output audio formats but these are already
passed during module init based on hw_params. So no need to have the
byte control for it.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
  • Loading branch information
ranj063 authored and kv2019i committed Oct 3, 2023
1 parent 351fe7e commit 9e9120a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -87,26 +87,6 @@ Class.Pipeline."google-rtc-aec-capture" {
]
}

google-rtc-aec."1" {
Object.Control.bytes."1" {
name google-rtc-aec_blob
access [
tlv_read
tlv_callback
]

Object.Base.extops."extctl" {
get 258
put 0
}
max 4096

IncludeByKey.GOOGLE_RTC_AEC_SUPPORT {
"[1]" "include/components/google-rtc-aec/rtc-aec-blob.conf"
}
}
}

module-copier."2" {
period_sink_count 1
period_source_count 1
Expand Down

0 comments on commit 9e9120a

Please sign in to comment.