Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions tools/topology/topology2/cavs-benchmark-hda.conf
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,15 @@ Object.PCM.pcm [
direction "playback"
name $ANALOG_PLAYBACK_PCM
formats 'S32_LE,S24_LE,S16_LE'
rates "8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000"
rates "8000,11025,16000,22050,24000,32000,44100,48000,64000,88200,96000,176400,192000"
channels_min $BENCH_PCM_CHANNELS_MIN
channels_max $BENCH_PCM_CHANNELS_MAX
}
Object.PCM.pcm_caps.2 {
direction "capture"
name $ANALOG_CAPTURE_PCM
formats 'S32_LE,S24_LE,S16_LE'
rates "8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000"
rates "8000,11025,16000,22050,24000,32000,44100,48000,64000,88200,96000,176400,192000"
channels_min $BENCH_PCM_CHANNELS_MIN
channels_max $BENCH_PCM_CHANNELS_MAX
}
Expand Down
4 changes: 2 additions & 2 deletions tools/topology/topology2/cavs-benchmark-sdw.conf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Object.PCM.pcm [
Object.PCM.pcm_caps.1 {
name $ANALOG_PLAYBACK_PCM
formats 'S16_LE,S24_LE,S32_LE'
rates "8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000"
rates "8000,11025,16000,22050,24000,32000,44100,48000,64000,88200,96000,176400,192000"
channels_min $BENCH_PCM_CHANNELS_MIN
channels_max $BENCH_PCM_CHANNELS_MAX
}
Expand All @@ -152,7 +152,7 @@ Object.PCM.pcm [
Object.PCM.pcm_caps.1 {
name $ANALOG_CAPTURE_PCM
formats 'S16_LE,S24_LE,S32_LE'
rates "8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000"
rates "8000,11025,16000,22050,24000,32000,44100,48000,64000,88200,96000,176400,192000"
channels_min $BENCH_PCM_CHANNELS_MIN
channels_max $BENCH_PCM_CHANNELS_MAX
}
Expand Down
4 changes: 2 additions & 2 deletions tools/topology/topology2/cavs-nocodec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1698,14 +1698,14 @@ IncludeByKey.PASSTHROUGH {
direction "playback"
name "SSP2 Playback"
formats 'S16_LE,S24_LE,S32_LE'
rates "8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000"
rates "8000,11025,16000,22050,24000,32000,44100,48000,64000,88200,96000,176400,192000"
}

Object.PCM.pcm_caps.2 {
direction "capture"
name "SSP2 Capture"
formats 'S16_LE,S24_LE,S32_LE'
rates "8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000"
rates "8000,11025,16000,22050,24000,32000,44100,48000,64000,88200,96000,176400,192000"
}
}
]
Expand Down
Loading