mirror of https://github.com/thesofproject/sof.git
topology: change byt/cht max media pcm rate to 48kHz
Byt doesn't have enough memory to handle buffer size increase from updating media pipeline's pcm_max_rate to 96kHz. So limit it to 48khz. Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
This commit is contained in:
parent
c05f923934
commit
9f4a893845
|
@ -63,7 +63,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
||||||
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,
|
4000, 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
|
||||||
|
|
Loading…
Reference in New Issue