mirror of https://github.com/thesofproject/sof.git
topology: sof-glk-da7219-kwd: fix compilation error
remove the extra closing bracket to remove the compilation error ALSA lib parser.c:219:(tplg_parse_config) error: unknown section ) ALSA lib parser.c:219:(tplg_parse_config) error: unknown section pipe-sof-apl-keyword-detect Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
9d5a82e78a
commit
4fa588e676
|
@ -190,7 +190,7 @@ PIPELINE_ADD(sof/pipe-detect.m4,
|
|||
9, 2, s16le,
|
||||
KWD_PIPE_SCH_DEADLINE_US, 0, 0,
|
||||
PIPELINE_SCHED_COMP_8, SCHEDULE_TIME_DOMAIN_TIMER,
|
||||
16000, 16000, 16000))
|
||||
16000, 16000, 16000)
|
||||
|
||||
# Connect pipelines together
|
||||
SectionGraph."pipe-sof-apl-keyword-detect" {
|
||||
|
|
Loading…
Reference in New Issue