Skip to content

Commit

Permalink
topology2: update pin setting to latest one
Browse files Browse the repository at this point in the history
pin_index is not used so replace it with input_pin_index

Signed-off-by: Rander Wang <rander.wang@intel.com>
  • Loading branch information
RanderWang authored and lgirdwood committed Aug 21, 2023
1 parent b14dc2e commit 5674c31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ Class.Widget."google-rtc-aec" {
# pin0 is the data captured by DMIC and pin1 is the ref data from playback stream
Object.Base.input_audio_format {
1 {
pin_index 0
input_pin_index 0
in_bit_depth 16
in_valid_bit_depth 16
out_bit_depth 16
out_valid_bit_depth 16
}
2 {
pin_index 1
input_pin_index 1
in_bit_depth 16
in_valid_bit_depth 16
out_bit_depth 16
Expand Down

0 comments on commit 5674c31

Please sign in to comment.