topology2: common: pcm_caps: Increase periods_max from 16 to 1024

There is no technical reason to limit how many periods applications use.
Generic sound cards tends to allow 32768 periods (period size range
is 16 - 524288) but that is an overshot, let's raise the limit to 1024.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
This commit is contained in:
Peter Ujfalusi 2024-04-17 13:56:21 +03:00 committed by Kai Vehmanen
parent d42e8822f2
commit b3a6d1c570
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ Class.PCM."pcm_caps" {
formats "S32_LE,S24_LE,S16_LE"
rates "48000"
periods_min 2
periods_max 16
periods_max 1024
channels_min 2
channels_max 2
period_size_min 192