diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-gmini120.h | 2 | ||||
-rw-r--r-- | firmware/export/config-gminisp.h | 2 | ||||
-rw-r--r-- | firmware/export/config-h100.h | 2 | ||||
-rw-r--r-- | firmware/export/config-h120.h | 2 | ||||
-rw-r--r-- | firmware/export/config-h300.h | 2 | ||||
-rw-r--r-- | firmware/export/config-iaudiox5.h | 2 | ||||
-rw-r--r-- | firmware/export/config-ipodcolor.h | 2 | ||||
-rw-r--r-- | firmware/export/config-ipodnano.h | 2 | ||||
-rw-r--r-- | firmware/export/config-ipodvideo.h | 2 |
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 |