topology: sof-cht-max98090 reduce buffer size of media pipeline

Reduce size of buffers so dsp doesn't run out of memory on topology load

Signed-off-by: Curtis Malainey <cujomalainey@google.com>
This commit is contained in:
Curtis Malainey 2019-09-19 14:00:27 -07:00 committed by Tomasz Lauda
parent aa3b18ed71
commit 0b4712906d
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# 4000us deadline on core 0 with priority 1 # 4000us deadline on core 0 with priority 1
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4, PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4,
3, 1, 2, s32le, 3, 1, 2, s32le,
4000, 1, 0, 1000, 1, 0,
8000, 96000, 48000, 8000, 48000, 48000,
0, PIPELINE_PLAYBACK_SCHED_COMP_1) 0, PIPELINE_PLAYBACK_SCHED_COMP_1)
# Connect pipelines together # Connect pipelines together