summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudio7.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-10-19 12:35:53 +0000
committerNils Wallménius <nils@rockbox.org>2008-10-19 12:35:53 +0000
commit2f50cd58b9fb7cd75448622b5ac222cdcad6bc6f (patch)
tree880a25472bfa6ce2fcda13a334c17607aa1ad419 /firmware/export/config-iaudio7.h
parent01177055425776fadbdd6cf167111105b118754a (diff)
downloadrockbox-2f50cd58b9fb7cd75448622b5ac222cdcad6bc6f.tar.gz
rockbox-2f50cd58b9fb7cd75448622b5ac222cdcad6bc6f.zip
Codec memory reorganization
Based on a patch by Tomasz Malesinski * Merge Codec buffer and Malloc buffer into one large buffer. * The new merged buffer is now 1MB on targets with lots of memory. * Renamed codec_get_memory to codec_get_buffer and made it behave more. like plugin_get_buffer. * Bumped Codec api and min api versions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18834 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudio7.h')
-rw-r--r--firmware/export/config-iaudio7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-iaudio7.h b/firmware/export/config-iaudio7.h
index 3d6f239085..8934470537 100644
--- a/firmware/export/config-iaudio7.h
+++ b/firmware/export/config-iaudio7.h
@@ -89,7 +89,7 @@
89#define ICODE_ATTR_TREMOR_NOT_MDCT 89#define ICODE_ATTR_TREMOR_NOT_MDCT
90 90
91/* The number of bytes reserved for loadable codecs */ 91/* The number of bytes reserved for loadable codecs */
92#define CODEC_SIZE 0x80000 92#define CODEC_SIZE 0x100000
93 93
94/* The number of bytes reserved for loadable plugins */ 94/* The number of bytes reserved for loadable plugins */
95#define PLUGIN_BUFFER_SIZE 0x80000 95#define PLUGIN_BUFFER_SIZE 0x80000