diff --git a/tools/topology/topology2/cavs-benchmark-hda.conf b/tools/topology/topology2/cavs-benchmark-hda.conf index ac71f39a0e98..ca3a393c14ca 100644 --- a/tools/topology/topology2/cavs-benchmark-hda.conf +++ b/tools/topology/topology2/cavs-benchmark-hda.conf @@ -35,15 +35,13 @@ Object.PCM.pcm [ direction "playback" name $ANALOG_PLAYBACK_PCM formats 'S32_LE,S24_LE,S16_LE' - rate_min 8000 - rate_max 192000 + rates "8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000" } Object.PCM.pcm_caps.2 { direction "capture" name $ANALOG_CAPTURE_PCM formats 'S32_LE,S24_LE,S16_LE' - rate_min 8000 - rate_max 192000 + rates "8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000" } direction duplex }