topology: sof-cht-max98090: fix media pipeline

Need to add the SCHED_COMP name so pipeline will properly load

Signed-off-by: Curtis Malainey <cujomalainey@google.com>
This commit is contained in:
Curtis Malainey 2019-08-30 17:28:42 -07:00 committed by Liam Girdwood
parent 64ef0da440
commit 514857912e
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ PIPELINE_PCM_ADD(sof/pipe-low-latency-capture.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, 96000, 48000,
0, PIPELINE_PLAYBACK_SCHED_COMP_1)
# Connect pipelines together # Connect pipelines together
SectionGraph."pipe-cht-max98090" { SectionGraph."pipe-cht-max98090" {