From 96b1b7a892a3940e76b5d74ae67bd91487f6ee16 Mon Sep 17 00:00:00 2001 From: Ranjani Sridharan Date: Tue, 9 Apr 2024 10:58:26 -0700 Subject: [PATCH] topology2: pcm_caps: Remove defaults for rate_min/rate_max Use 'rates' instead to specify that 48K is the default supported rate. Signed-off-by: Ranjani Sridharan --- tools/topology/topology2/include/common/pcm_caps.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/topology/topology2/include/common/pcm_caps.conf b/tools/topology/topology2/include/common/pcm_caps.conf index 949e7243e965..44cfb755eb11 100644 --- a/tools/topology/topology2/include/common/pcm_caps.conf +++ b/tools/topology/topology2/include/common/pcm_caps.conf @@ -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