mirror of https://github.com/thesofproject/sof.git
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:
parent
d42e8822f2
commit
b3a6d1c570
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue