Skip to content

Commit 87814ed

Browse files
author
Chao Song
committed
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 with other HDA topology. Signed-off-by: Chao Song <chao.song@linux.intel.com>
1 parent 0d15fa4 commit 87814ed

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

tools/topology/topology2/cavs-benchmark-hda.conf

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,25 @@ Object.Pipeline {
106106
copier_type "HDA"
107107
stream_name $HDA_ANALOG_DAI_NAME
108108
node_type $HDA_LINK_INPUT_CLASS
109-
Object.Base.audio_format.1 {
110-
in_bit_depth 32
111-
in_valid_bit_depth 32
112-
out_bit_depth 32
113-
out_valid_bit_depth 32
114-
}
109+
num_output_pins 1
110+
num_input_audio_formats 1
111+
num_output_audio_formats 1
112+
Object.Base.input_audio_format [
113+
{
114+
in_bit_depth 32
115+
in_valid_bit_depth 32
116+
}
117+
]
118+
Object.Base.output_audio_format [
119+
{
120+
out_bit_depth 32
121+
out_valid_bit_depth 32
122+
}
123+
]
115124
}
116125
Object.Widget.eqiir.1 {
117126
Object.Control.bytes."1" {
118-
name '4 Main capture Iir Eq'
127+
name '$ANALOG_CAPTURE_PCM IIR Eq'
119128
}
120129
}
121130
}

0 commit comments

Comments
 (0)