Skip to content

Commit

Permalink
topology: set glk kwd pipeline rate to 16kHz
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Jaska Uimonen authored and tlauda committed Aug 30, 2019
1 parent ff601fd commit 39ed9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/topology/sof-glk-da7219-kwd.m4
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
PIPELINE_PCM_ADD(sof/pipe-kfbm-capture.m4,
8, 8, 2, s16le,
KWD_PIPE_SCH_DEADLINE_US, 0, 0,
48000, 48000, 48000)
16000, 16000, 16000)

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

2 comments on commit 39ed9d6

@cujomalainey
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this going to be cherry-picked over to the glk stable branch?

@lgirdwood
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michalgrodzicki @tlauda fyi - this needs merged to your GLK stable branch.

Please sign in to comment.