summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/config-tremor.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/config-tremor.h')
-rw-r--r--apps/codecs/libtremor/config-tremor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libtremor/config-tremor.h b/apps/codecs/libtremor/config-tremor.h
index 403fdfd88b..eb9429e319 100644
--- a/apps/codecs/libtremor/config-tremor.h
+++ b/apps/codecs/libtremor/config-tremor.h
@@ -41,7 +41,7 @@
41#define IRAM_IBSS_SIZE 37376 41#define IRAM_IBSS_SIZE 37376
42 42
43/* Define CPU of large IRAM (PP5022/5024) */ 43/* Define CPU of large IRAM (PP5022/5024) */
44#elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) 44#elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X)
45/* PCM_BUFFER : 32768 byte (4096*2*4 or 2048*4*4) * 45/* PCM_BUFFER : 32768 byte (4096*2*4 or 2048*4*4) *
46 * WINDOW_LOOKUP : 9216 Byte (256*4 + 2048*4) * 46 * WINDOW_LOOKUP : 9216 Byte (256*4 + 2048*4) *
47 * TOTAL : 41984 */ 47 * TOTAL : 41984 */