mirror of https://github.com/thesofproject/sof.git
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:
parent
aa3b18ed71
commit
0b4712906d
|
@ -58,8 +58,8 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 4000us deadline on core 0 with priority 1
|
||||
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4,
|
||||
3, 1, 2, s32le,
|
||||
4000, 1, 0,
|
||||
8000, 96000, 48000,
|
||||
1000, 1, 0,
|
||||
8000, 48000, 48000,
|
||||
0, PIPELINE_PLAYBACK_SCHED_COMP_1)
|
||||
|
||||
# Connect pipelines together
|
||||
|
|
Loading…
Reference in New Issue