Skip to content

Commit

Permalink
topology2: sdw-amp/dmic-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 2.
The in_bit_depth is set to 32-bit by default for all audio formats in
host-gateway-capture class already.

Fixes: 7a11e27 ('topology2: host-gateway-capture: Replace audio_format objects')
Signed-off-by: Ranjani Sridharan <[email protected]>
  • Loading branch information
ranj063 authored and lgirdwood committed Oct 17, 2023
1 parent 457142e commit b0b5958
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 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
5 changes: 0 additions & 5 deletions tools/topology/topology2/platform/intel/sdw-dmic-generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ Object.Pipeline {
Object.Widget.host-copier.1 {
stream_name "sdw dmic"
pcm_id 4
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 b0b5958

Please sign in to comment.