[RTNR] Reserve more memory for RTNR

Current RTNR version( 20220314 ) requires about 320KB heap memory, which is a little bit larger than previous versions.

Signed-off-by: Ming Jen Tai <mingjen_tai@realtek.com>
This commit is contained in:
Ming Jen Tai 2022-03-15 10:27:06 +08:00 committed by Liam Girdwood
parent ce3264a507
commit 88925cddb0
1 changed files with 2 additions and 2 deletions

View File

@ -266,8 +266,8 @@
#else
/* Reserve more memory for RTNR */
#ifdef CONFIG_COMP_RTNR
#define RT_TIMES 5
#define RT_SHARED_TIMES 11
#define RT_TIMES 4
#define RT_SHARED_TIMES 8
#else
#define RT_TIMES 8
#define RT_SHARED_TIMES 16