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:
Liam Girdwood 2017-09-03 22:10:30 +01:00
parent 12b1907499
commit ea3ff83bdc
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ SectionPCMCapabilities.STR(Media Playback PCM_ID) {
channels_max "2"
periods_min "2"
periods_max "32"
period_size_min "4096"
period_size_min "192"
period_size_max "262144"
buffer_size_min "8388608"
buffer_size_max "8388608"