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)
downloadrockbox-b8749fdf219ffcfc17b7781217f388953268af49.tar.gz
rockbox-b8749fdf219ffcfc17b7781217f388953268af49.zip
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 @@
28#define CODEC_SIZE 0x40000 28#define CODEC_SIZE 0x40000
29 29
30/* The number of bytes reserved for loadable plugins */ 30/* The number of bytes reserved for loadable plugins */
31#define PLUGIN_BUFFER_SIZE 0xC0000 31#define PLUGIN_BUFFER_SIZE 0x80000
32 32
33#ifndef SIMULATOR 33#ifndef SIMULATOR
34 34
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 @@
19#define CODEC_SIZE 0x40000 19#define CODEC_SIZE 0x40000
20 20
21/* The number of bytes reserved for loadable plugins */ 21/* The number of bytes reserved for loadable plugins */
22#define PLUGIN_BUFFER_SIZE 0xC0000 22#define PLUGIN_BUFFER_SIZE 0x80000
23 23
24#ifndef SIMULATOR 24#ifndef SIMULATOR
25 25
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 @@
45#define CODEC_SIZE 0x80000 45#define CODEC_SIZE 0x80000
46 46
47/* The number of bytes reserved for loadable plugins */ 47/* The number of bytes reserved for loadable plugins */
48#define PLUGIN_BUFFER_SIZE 0xC0000 48#define PLUGIN_BUFFER_SIZE 0x80000
49 49
50#define CONFIG_TUNER TEA5767 50#define CONFIG_TUNER TEA5767
51#define CONFIG_TUNER_XTAL 32768 51#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 @@
41#define CODEC_SIZE 0x80000 41#define CODEC_SIZE 0x80000
42 42
43/* The number of bytes reserved for loadable plugins */ 43/* The number of bytes reserved for loadable plugins */
44#define PLUGIN_BUFFER_SIZE 0xC0000 44#define PLUGIN_BUFFER_SIZE 0x80000
45 45
46#define CONFIG_TUNER TEA5767 46#define CONFIG_TUNER TEA5767
47#define CONFIG_TUNER_XTAL 32768 47#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 @@
46#define CODEC_SIZE 0x80000 46#define CODEC_SIZE 0x80000
47 47
48/* The number of bytes reserved for loadable plugins */ 48/* The number of bytes reserved for loadable plugins */
49#define PLUGIN_BUFFER_SIZE 0xC0000 49#define PLUGIN_BUFFER_SIZE 0x80000
50 50
51#define CONFIG_TUNER TEA5767 51#define CONFIG_TUNER TEA5767
52#define CONFIG_TUNER_XTAL 32768 52#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 @@
38#define CODEC_SIZE 0x40000 38#define CODEC_SIZE 0x40000
39 39
40/* The number of bytes reserved for loadable plugins */ 40/* The number of bytes reserved for loadable plugins */
41#define PLUGIN_BUFFER_SIZE 0xC0000 41#define PLUGIN_BUFFER_SIZE 0x80000
42 42
43#ifndef SIMULATOR 43#ifndef SIMULATOR
44 44
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 @@
38#define CODEC_SIZE 0x80000 38#define CODEC_SIZE 0x80000
39 39
40/* The number of bytes reserved for loadable plugins */ 40/* The number of bytes reserved for loadable plugins */
41#define PLUGIN_BUFFER_SIZE 0xC0000 41#define PLUGIN_BUFFER_SIZE 0x80000
42 42
43/* Define this if you have the WM8975 audio codec */ 43/* Define this if you have the WM8975 audio codec */
44#define HAVE_WM8975 44#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 @@
38#define CODEC_SIZE 0x80000 38#define CODEC_SIZE 0x80000
39 39
40/* The number of bytes reserved for loadable plugins */ 40/* The number of bytes reserved for loadable plugins */
41#define PLUGIN_BUFFER_SIZE 0xC0000 41#define PLUGIN_BUFFER_SIZE 0x80000
42 42
43/* Define this if you have the WM8975 audio codec */ 43/* Define this if you have the WM8975 audio codec */
44#define HAVE_WM8975 44#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 @@
38#define CODEC_SIZE 0x80000 38#define CODEC_SIZE 0x80000
39 39
40/* The number of bytes reserved for loadable plugins */ 40/* The number of bytes reserved for loadable plugins */
41#define PLUGIN_BUFFER_SIZE 0xC0000 41#define PLUGIN_BUFFER_SIZE 0x80000
42 42
43/* Define this if you have the WM8975 audio codec */ 43/* Define this if you have the WM8975 audio codec */
44#define HAVE_WM8975 44#define HAVE_WM8975