fixup! topology2: Use SAMPLE_TYPE_MSB_INTEGER for ALH copier

Some ALH DAI copier missed SAMPLE_TYPE_MSB_INTEGER setting.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
This commit is contained in:
Bard Liao 2024-01-26 09:06:58 +08:00 committed by Liam Girdwood
parent 8238d63f35
commit 897cee1e18
1 changed files with 4 additions and 0 deletions

View File

@ -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 [
@ -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))]"
}
]
}