topology: byt: fix media pipeline period for nocodec

Fixes media pipeline period for nocodec byt and cht topologies.
Now codec and nocodec topologies are aligned in regards to pipe
configurations.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-09-10 14:33:40 +02:00 committed by Tomasz Lauda
parent 5bb4ce172c
commit 0ba3fec518
1 changed files with 2 additions and 2 deletions

View File

@ -59,10 +59,10 @@ DAI_ADD(sof/pipe-dai-playback.m4,
1000, 0, 0)
# PCM Media Playback pipeline 3 on PCM 1 using max 2 channels of s32le.
# 4000us deadline on core 0 with priority 1
# 1000us deadline on core 0 with priority 1
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4,
3, 1, 2, s32le,
4000, 1, 0,
1000, 1, 0,
8000, 48000, 48000,
0, PIPELINE_PLAYBACK_SCHED_COMP_1)