Skip to content

Commit db2ce3b

Browse files
committed
topology2: update pin setting to latest one
pin_index is not used so replace it with input_pin_index Signed-off-by: Rander Wang <rander.wang@intel.com>
1 parent 214f983 commit db2ce3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ Class.Widget."google-rtc-aec" {
9393
# pin0 is the data captured by DMIC and pin1 is the ref data from playback stream
9494
Object.Base.input_audio_format {
9595
1 {
96-
pin_index 0
96+
input_pin_index 0
9797
in_bit_depth 16
9898
in_valid_bit_depth 16
9999
out_bit_depth 16
100100
out_valid_bit_depth 16
101101
}
102102
2 {
103-
pin_index 1
103+
input_pin_index 1
104104
in_bit_depth 16
105105
in_valid_bit_depth 16
106106
out_bit_depth 16

0 commit comments

Comments
 (0)