topology2: align benchmark hda topology with other hda topology

In this patch, audio_format is deprecated, and use
input_audio_format/output_audio_format instead.

Correct the IIR control bytes naming, and make it the
same with other HDA topology.

Signed-off-by: Chao Song <chao.song@linux.intel.com>
This commit is contained in:
Chao Song 2023-08-28 16:07:46 +08:00 committed by Kai Vehmanen
parent 068f143810
commit 82b7f6869f
1 changed files with 16 additions and 7 deletions

View File

@ -106,16 +106,25 @@ Object.Pipeline {
copier_type "HDA" copier_type "HDA"
stream_name $HDA_ANALOG_DAI_NAME stream_name $HDA_ANALOG_DAI_NAME
node_type $HDA_LINK_INPUT_CLASS node_type $HDA_LINK_INPUT_CLASS
Object.Base.audio_format.1 { num_output_pins 1
in_bit_depth 32 num_input_audio_formats 1
in_valid_bit_depth 32 num_output_audio_formats 1
out_bit_depth 32 Object.Base.input_audio_format [
out_valid_bit_depth 32 {
} 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.Widget.eqiir.1 {
Object.Control.bytes."1" { Object.Control.bytes."1" {
name '4 Main capture Iir Eq' name '$ANALOG_CAPTURE_PCM IIR Eq'
} }
} }
} }