We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea7b51 commit ccc24f9Copy full SHA for ccc24f9
tools/topology/topology2/platform/intel/sdw-amp-generic.conf
@@ -452,6 +452,8 @@ IncludeByKey.SDW_AMP_FEEDBACK {
452
in_valid_bit_depth 32
453
in_ch_cfg $CHANNEL_CONFIG_3_POINT_1
454
in_ch_map $CHANNEL_MAP_3_POINT_1
455
+ in_sample_type $SAMPLE_TYPE_MSB_INTEGER
456
+ in_fmt_cfg "$[($in_channels | ($in_valid_bit_depth * 256))]"
457
}
458
]
459
Object.Base.output_audio_format [
@@ -461,6 +463,8 @@ IncludeByKey.SDW_AMP_FEEDBACK {
461
463
out_valid_bit_depth 32
462
464
out_ch_cfg $CHANNEL_CONFIG_3_POINT_1
465
out_ch_map $CHANNEL_MAP_3_POINT_1
466
+ out_sample_type $SAMPLE_TYPE_MSB_INTEGER
467
+ out_fmt_cfg "$[($out_channels | ($out_valid_bit_depth * 256))]"
468
469
470
0 commit comments