Skip to content

Commit 39ed9d6

Browse files
Jaska Uimonentlauda
authored andcommitted
topology: set glk kwd pipeline rate to 16kHz
Currently glk kwd pipeline is set to run at 48kHz. This rate is wrong and will create too big buffers and we will run out of memory. So set the kwd pipeline rate to 16kHz. Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
1 parent ff601fd commit 39ed9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/topology/sof-glk-da7219-kwd.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
145145
PIPELINE_PCM_ADD(sof/pipe-kfbm-capture.m4,
146146
8, 8, 2, s16le,
147147
KWD_PIPE_SCH_DEADLINE_US, 0, 0,
148-
48000, 48000, 48000)
148+
16000, 16000, 16000)
149149

150150
# capture DAI is DMIC 1 using 2 periods
151151
# Buffers use s16le format, with 320 frame per 20000us on core 0 with priority 0

0 commit comments

Comments
 (0)