Skip to content

Commit

Permalink
fixup! topology2: Use SAMPLE_TYPE_MSB_INTEGER for ALH copier
Browse files Browse the repository at this point in the history
Some ALH DAI copier missed AMPLE_TYPE_MSB_INTEGER setting.

Signed-off-by: Bard Liao <[email protected]>
  • Loading branch information
bardliao committed Jan 26, 2024
1 parent eea7b51 commit ccc24f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/topology/topology2/platform/intel/sdw-amp-generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ IncludeByKey.SDW_AMP_FEEDBACK {
in_valid_bit_depth 32
in_ch_cfg $CHANNEL_CONFIG_3_POINT_1
in_ch_map $CHANNEL_MAP_3_POINT_1
in_sample_type $SAMPLE_TYPE_MSB_INTEGER
in_fmt_cfg "$[($in_channels | ($in_valid_bit_depth * 256))]"
}
]
Object.Base.output_audio_format [
Expand All @@ -461,6 +463,8 @@ IncludeByKey.SDW_AMP_FEEDBACK {
out_valid_bit_depth 32
out_ch_cfg $CHANNEL_CONFIG_3_POINT_1
out_ch_map $CHANNEL_MAP_3_POINT_1
out_sample_type $SAMPLE_TYPE_MSB_INTEGER
out_fmt_cfg "$[($out_channels | ($out_valid_bit_depth * 256))]"
}
]
}
Expand Down

0 comments on commit ccc24f9

Please sign in to comment.