mirror of https://github.com/thesofproject/sof.git
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:
parent
64ef0da440
commit
514857912e
|
@ -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" {
|
||||||
|
|
Loading…
Reference in New Issue