mirror of https://github.com/thesofproject/sof.git
topology: media: fix media min period size to align with 1ms granularity
Make sure media buffers can align min period size on 1ms granularity. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
12b1907499
commit
ea3ff83bdc
|
@ -127,7 +127,7 @@ SectionPCMCapabilities.STR(Media Playback PCM_ID) {
|
||||||
channels_max "2"
|
channels_max "2"
|
||||||
periods_min "2"
|
periods_min "2"
|
||||||
periods_max "32"
|
periods_max "32"
|
||||||
period_size_min "4096"
|
period_size_min "192"
|
||||||
period_size_max "262144"
|
period_size_max "262144"
|
||||||
buffer_size_min "8388608"
|
buffer_size_min "8388608"
|
||||||
buffer_size_max "8388608"
|
buffer_size_max "8388608"
|
||||||
|
|
Loading…
Reference in New Issue