summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansaclipplus.h1
-rw-r--r--firmware/export/config/sansaclipzip.h1
-rw-r--r--firmware/export/config/sansae200.h1
-rw-r--r--firmware/export/config/sansafuze.h1
-rw-r--r--firmware/export/config/sansafuzeplus.h1
-rw-r--r--firmware/export/config/sansafuzev2.h1
6 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index e0df0c28c3..e78063ef02 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -11,6 +11,7 @@
11#define HAVE_BOOTDATA 11#define HAVE_BOOTDATA
12/* define boot redirect file name allows booting from external drives */ 12/* define boot redirect file name allows booting from external drives */
13#define BOOT_REDIR "rockbox_main.clip+" 13#define BOOT_REDIR "rockbox_main.clip+"
14#define MULTIBOOT_MIN_VOLUME 1
14 15
15#define HAVE_MULTIDRIVE 16#define HAVE_MULTIDRIVE
16#define NUM_DRIVES 2 17#define NUM_DRIVES 2
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index 6afe6e129e..d8b18e1a18 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -11,6 +11,7 @@
11#define HAVE_BOOTDATA 11#define HAVE_BOOTDATA
12/* define boot redirect file name allows booting from external drives */ 12/* define boot redirect file name allows booting from external drives */
13#define BOOT_REDIR "rockbox_main.clipzip" 13#define BOOT_REDIR "rockbox_main.clipzip"
14#define MULTIBOOT_MIN_VOLUME 1
14 15
15#define HAVE_MULTIDRIVE 16#define HAVE_MULTIDRIVE
16#define NUM_DRIVES 2 17#define NUM_DRIVES 2
diff --git a/firmware/export/config/sansae200.h b/firmware/export/config/sansae200.h
index 59e531241f..6bb2df9bc8 100644
--- a/firmware/export/config/sansae200.h
+++ b/firmware/export/config/sansae200.h
@@ -13,6 +13,7 @@
13 13
14/* define boot redirect file name allows booting from external drives */ 14/* define boot redirect file name allows booting from external drives */
15#define BOOT_REDIR "rockbox_main.e200" 15#define BOOT_REDIR "rockbox_main.e200"
16#define MULTIBOOT_MIN_VOLUME 1
16 17
17/* define this if you have recording possibility */ 18/* define this if you have recording possibility */
18#define HAVE_RECORDING 19#define HAVE_RECORDING
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index b72f5b5198..e8f7157deb 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -10,6 +10,7 @@
10 10
11/* define boot redirect file name allows booting from external drives */ 11/* define boot redirect file name allows booting from external drives */
12#define BOOT_REDIR "rockbox_main.fuze" 12#define BOOT_REDIR "rockbox_main.fuze"
13#define MULTIBOOT_MIN_VOLUME 1
13 14
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 15#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
15 16
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index a853cb13b5..9b91e114bc 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -12,6 +12,7 @@
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13/* define boot redirect file name allows booting from external drives */ 13/* define boot redirect file name allows booting from external drives */
14#define BOOT_REDIR "rockbox_main.fuze+" 14#define BOOT_REDIR "rockbox_main.fuze+"
15#define MULTIBOOT_MIN_VOLUME 1
15 16
16// HW can do it but we don't have the IRAM for mix buffers 17// HW can do it but we don't have the IRAM for mix buffers
17//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 18//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index fc2ff68257..96d3b2deee 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -10,6 +10,7 @@
10 10
11/* define boot redirect file name allows booting from external drives */ 11/* define boot redirect file name allows booting from external drives */
12#define BOOT_REDIR "rockbox_main.fuze2" 12#define BOOT_REDIR "rockbox_main.fuze2"
13#define MULTIBOOT_MIN_VOLUME 1
13 14
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 15#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
15 16