Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ IncludeByKey.NUM_SDW_AMP_LINKS {

Object.Base.input_audio_format [
{
in_channels $AMP_FEEDBACK_CH
in_bit_depth 32
in_valid_bit_depth $SDW_LINK_VALID_BITS
in_sample_type $SAMPLE_TYPE_MSB_INTEGER
Expand All @@ -354,6 +355,7 @@ IncludeByKey.NUM_SDW_AMP_LINKS {
]
Object.Base.output_audio_format [
{
out_channels $AMP_FEEDBACK_CH
out_bit_depth 32
out_valid_bit_depth 32
}
Expand Down Expand Up @@ -494,6 +496,7 @@ IncludeByKey.NUM_SDW_AMP_LINKS {

Object.Base.input_audio_format [
{
in_channels $AMP_FEEDBACK_CH
in_bit_depth 32
in_valid_bit_depth $SDW_LINK_VALID_BITS
in_sample_type $SAMPLE_TYPE_MSB_INTEGER
Expand All @@ -502,6 +505,7 @@ IncludeByKey.NUM_SDW_AMP_LINKS {
]
Object.Base.output_audio_format [
{
out_channels $AMP_FEEDBACK_CH
out_bit_depth 32
out_valid_bit_depth 32
}
Expand All @@ -521,6 +525,7 @@ IncludeByKey.NUM_SDW_AMP_LINKS {

Object.Base.input_audio_format [
{
in_channels $AMP_FEEDBACK_CH
in_bit_depth 32
in_valid_bit_depth $SDW_LINK_VALID_BITS
in_sample_type $SAMPLE_TYPE_MSB_INTEGER
Expand All @@ -529,6 +534,7 @@ IncludeByKey.NUM_SDW_AMP_LINKS {
]
Object.Base.output_audio_format [
{
out_channels $AMP_FEEDBACK_CH
out_bit_depth 32
out_valid_bit_depth 32
}
Expand Down