Skip to content

Commit

Permalink
topology2: sdw-amp-generic: Remove incorrect audio format
Browse files Browse the repository at this point in the history
Setting the in bit depth for the second audio format in the
host-gateway-capture object results in resetting the channel count to 4.
The in_bit_depth is set to 32-bit by default for all audio formats in
host-gateway-capture class already.

Signed-off-by: Ranjani Sridharan <[email protected]>
  • Loading branch information
ranj063 committed Oct 13, 2023
1 parent 7a11e27 commit ad8bde8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/topology/topology2/platform/intel/sdw-amp-generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,6 @@ IncludeByKey.SDW_AMP_FEEDBACK {
Object.Widget.host-copier.1 {
stream_name "amp feedback"
pcm_id 3
Object.Base.audio_format.1 {
# 32 -> 16 bits conversion is done here,
# so in_bit_depth is 32 (and out_bit_depth is 16).
in_bit_depth 32
}
}
}
]
Expand Down

0 comments on commit ad8bde8

Please sign in to comment.