mirror of https://github.com/thesofproject/sof.git
topology2: cavs-mixin-mixout: Replace audio_format instance
Use the input_audio_format and output_audio_format objects instead and fix the number of input/output formats to 1. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
c7af3c5b3b
commit
8cb7bf1baf
|
@ -95,12 +95,20 @@ Object.Pipeline {
|
|||
stream_name $HDA_ANALOG_DAI_NAME
|
||||
node_type $HDA_LINK_INPUT_CLASS
|
||||
num_output_pins 1
|
||||
Object.Base.audio_format.1 {
|
||||
in_bit_depth 32
|
||||
in_valid_bit_depth 32
|
||||
out_bit_depth 32
|
||||
out_valid_bit_depth 32
|
||||
}
|
||||
num_input_audio_formats 1
|
||||
num_output_audio_formats 1
|
||||
Object.Base.input_audio_format [
|
||||
{
|
||||
in_bit_depth 32
|
||||
in_valid_bit_depth 32
|
||||
}
|
||||
]
|
||||
Object.Base.output_audio_format [
|
||||
{
|
||||
out_bit_depth 32
|
||||
out_valid_bit_depth 32
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -84,12 +84,21 @@ Object.Pipeline {
|
|||
copier_type "HDA"
|
||||
stream_name $HDA_ANALOG_DAI_NAME
|
||||
node_type $HDA_LINK_INPUT_CLASS
|
||||
Object.Base.audio_format.1 {
|
||||
in_bit_depth 32
|
||||
in_valid_bit_depth 32
|
||||
out_bit_depth 32
|
||||
out_valid_bit_depth 32
|
||||
}
|
||||
num_output_pins 1
|
||||
num_input_audio_formats 1
|
||||
num_output_audio_formats 1
|
||||
Object.Base.input_audio_format [
|
||||
{
|
||||
in_bit_depth 32
|
||||
in_valid_bit_depth 32
|
||||
}
|
||||
]
|
||||
Object.Base.output_audio_format [
|
||||
{
|
||||
out_bit_depth 32
|
||||
out_valid_bit_depth 32
|
||||
}
|
||||
]
|
||||
}
|
||||
Object.Widget.eqiir.1 {
|
||||
Object.Control.bytes."1" {
|
||||
|
|
|
@ -88,12 +88,20 @@ Object.Pipeline {
|
|||
stream_name $HDA_ANALOG_DAI_NAME
|
||||
node_type $HDA_LINK_INPUT_CLASS
|
||||
num_output_pins 1
|
||||
Object.Base.audio_format.1 {
|
||||
in_bit_depth 32
|
||||
in_valid_bit_depth 32
|
||||
out_bit_depth 32
|
||||
out_valid_bit_depth 32
|
||||
}
|
||||
num_input_audio_formats 1
|
||||
num_output_audio_formats 1
|
||||
Object.Base.input_audio_format [
|
||||
{
|
||||
in_bit_depth 32
|
||||
in_valid_bit_depth 32
|
||||
}
|
||||
]
|
||||
Object.Base.output_audio_format [
|
||||
{
|
||||
out_bit_depth 32
|
||||
out_valid_bit_depth 32
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue