summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-01-18 00:05:14 +0000
committerJens Arnold <amiconn@rockbox.org>2006-01-18 00:05:14 +0000
commitb8749fdf219ffcfc17b7781217f388953268af49 (patch)
tree7369b5cb4f94f0c6589eb8bbf1bf63537c898b62 /firmware
parent507ff53c9c429de6c3bf5bfd6eb1a129cfc12cad (diff)
New codec loader, using the same mechanism as the new plugin loader. API version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8362 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-gmini120.h2
-rw-r--r--firmware/export/config-gminisp.h2
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
-rw-r--r--firmware/export/config-h300.h2
-rw-r--r--firmware/export/config-iaudiox5.h2
-rw-r--r--firmware/export/config-ipodcolor.h2
-rw-r--r--firmware/export/config-ipodnano.h2
-rw-r--r--firmware/export/config-ipodvideo.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index 29066ecae3..8ffe51c433 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -28,7 +28,7 @@
#define CODEC_SIZE 0x40000
/* The number of bytes reserved for loadable plugins */
-#define PLUGIN_BUFFER_SIZE 0xC0000
+#define PLUGIN_BUFFER_SIZE 0x80000
#ifndef SIMULATOR
diff --git a/firmware/export/config-gminisp.h b/firmware/export/config-gminisp.h
index 982e8f3725..4aa4723ca0 100644
--- a/firmware/export/config-gminisp.h
+++ b/firmware/export/config-gminisp.h
@@ -19,7 +19,7 @@
#define CODEC_SIZE 0x40000
/* The number of bytes reserved for loadable plugins */
-#define PLUGIN_BUFFER_SIZE 0xC0000
+#define PLUGIN_BUFFER_SIZE 0x80000
#ifndef SIMULATOR
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 6d19b44820..34c0cc4f70 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -45,7 +45,7 @@
#define CODEC_SIZE 0x80000
/* The number of bytes reserved for loadable plugins */
-#define PLUGIN_BUFFER_SIZE 0xC0000
+#define PLUGIN_BUFFER_SIZE 0x80000
#define CONFIG_TUNER TEA5767
#define CONFIG_TUNER_XTAL 32768
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 5c6f763981..2790063c64 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -41,7 +41,7 @@
#define CODEC_SIZE 0x80000
/* The number of bytes reserved for loadable plugins */
-#define PLUGIN_BUFFER_SIZE 0xC0000
+#define PLUGIN_BUFFER_SIZE 0x80000
#define CONFIG_TUNER TEA5767
#define CONFIG_TUNER_XTAL 32768
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 2698d12098..806ae0a079 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -46,7 +46,7 @@
#define CODEC_SIZE 0x80000
/* The number of bytes reserved for loadable plugins */
-#define PLUGIN_BUFFER_SIZE 0xC0000
+#define PLUGIN_BUFFER_SIZE 0x80000
#define CONFIG_TUNER TEA5767
#define CONFIG_TUNER_XTAL 32768
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index a06d22b3c1..ac3073428b 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -38,7 +38,7 @@
#define CODEC_SIZE 0x40000
/* The number of bytes reserved for loadable plugins */
-#define PLUGIN_BUFFER_SIZE 0xC0000
+#define PLUGIN_BUFFER_SIZE 0x80000
#ifndef SIMULATOR
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index b88c9bc7a4..b413b8681c 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -38,7 +38,7 @@
#define CODEC_SIZE 0x80000
/* The number of bytes reserved for loadable plugins */
-#define PLUGIN_BUFFER_SIZE 0xC0000
+#define PLUGIN_BUFFER_SIZE 0x80000
/* Define this if you have the WM8975 audio codec */
#define HAVE_WM8975
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 207aa18fa2..728c83ef9f 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -38,7 +38,7 @@
#define CODEC_SIZE 0x80000
/* The number of bytes reserved for loadable plugins */
-#define PLUGIN_BUFFER_SIZE 0xC0000
+#define PLUGIN_BUFFER_SIZE 0x80000
/* Define this if you have the WM8975 audio codec */
#define HAVE_WM8975
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index d6d9bbc92f..0e6dc153bb 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -38,7 +38,7 @@
#define CODEC_SIZE 0x80000
/* The number of bytes reserved for loadable plugins */
-#define PLUGIN_BUFFER_SIZE 0xC0000
+#define PLUGIN_BUFFER_SIZE 0x80000
/* Define this if you have the WM8975 audio codec */
#define HAVE_WM8975