Skip to content

Commit

Permalink
samples/audio: sof: enlarge heap memory pool size
Browse files Browse the repository at this point in the history
SOF needs lots of memory to buffer audio signals, so
make the heap memory pool larger.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung authored and finikorg committed Aug 26, 2019
1 parent 1f03148 commit d94070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/audio/sof/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CONFIG_LOG_PRINTK=y
CONFIG_LOG_IMMEDIATE=y
CONFIG_SOF_LOG_LEVEL=4
# SOF requires malloc/calloc
CONFIG_HEAP_MEM_POOL_SIZE=64000
CONFIG_HEAP_MEM_POOL_SIZE=196608

0 comments on commit d94070d

Please sign in to comment.