Skip to content

Commit

Permalink
topology2: pcm_caps: Remove defaults for rate_min/rate_max
Browse files Browse the repository at this point in the history
Use 'rates' instead to specify that 48K is the default supported rate.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
  • Loading branch information
ranj063 authored and kv2019i committed Apr 17, 2024
1 parent 918eff3 commit c77a4fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/topology/topology2/include/common/pcm_caps.conf
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ Class.PCM."pcm_caps" {

# Default attribute values for PCM capabilities
formats "S32_LE,S24_LE,S16_LE"
rate_min 48000
rate_max 48000
rates "48000"
periods_min 2
periods_max 16
channels_min 2
Expand Down

0 comments on commit c77a4fe

Please sign in to comment.