summaryrefslogtreecommitdiffstats
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/creativezen.h4
-rw-r--r--firmware/export/config/creativezenmozaic.h4
-rw-r--r--firmware/export/config/creativezenv.h4
-rw-r--r--firmware/export/config/creativezenxfi.h4
-rw-r--r--firmware/export/config/creativezenxfi2.h6
-rw-r--r--firmware/export/config/creativezenxfi3.h6
-rw-r--r--firmware/export/config/creativezenxfistyle.h6
-rw-r--r--firmware/export/config/sansafuzeplus.h4
-rw-r--r--firmware/export/config/sonynwze360.h10
-rw-r--r--firmware/export/config/sonynwze370.h4
10 files changed, 26 insertions, 26 deletions
diff --git a/firmware/export/config/creativezen.h b/firmware/export/config/creativezen.h
index bd1dd6c2b1..a3bb3a0ac6 100644
--- a/firmware/export/config/creativezen.h
+++ b/firmware/export/config/creativezen.h
@@ -11,12 +11,12 @@
/* Define if boot data from bootloader has been enabled for the target */
#define HAVE_BOOTDATA
-#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
/* define this if you have recording possibility */
#define HAVE_RECORDING
-#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Default recording levels */
#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenmozaic.h b/firmware/export/config/creativezenmozaic.h
index 9272a7b412..77775f2eab 100644
--- a/firmware/export/config/creativezenmozaic.h
+++ b/firmware/export/config/creativezenmozaic.h
@@ -9,12 +9,12 @@
#define MODEL_NUMBER 87
#define MODEL_NAME "Creative ZEN Mozaic"
-#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
/* define this if you have recording possibility */
#define HAVE_RECORDING
-#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Default recording levels */
#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenv.h b/firmware/export/config/creativezenv.h
index 5caf7c8c2b..bc05954264 100644
--- a/firmware/export/config/creativezenv.h
+++ b/firmware/export/config/creativezenv.h
@@ -9,12 +9,12 @@
#define MODEL_NUMBER 92
#define MODEL_NAME "Creative ZEN V"
-#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
/* define this if you have recording possibility */
#define HAVE_RECORDING
-#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Default recording levels */
#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h
index 604cf2c3cd..d384a45333 100644
--- a/firmware/export/config/creativezenxfi.h
+++ b/firmware/export/config/creativezenxfi.h
@@ -9,12 +9,12 @@
#define MODEL_NUMBER 86
#define MODEL_NAME "Creative Zen X-Fi"
-#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
/* define this if you have recording possibility */
#define HAVE_RECORDING
-#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Default recording levels */
#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenxfi2.h b/firmware/export/config/creativezenxfi2.h
index 171f5fb2b0..979ed4ab2d 100644
--- a/firmware/export/config/creativezenxfi2.h
+++ b/firmware/export/config/creativezenxfi2.h
@@ -11,12 +11,14 @@
/* Define if boot data from bootloader has been enabled for the target */
#define HAVE_BOOTDATA
+// HW supports it but our buffers don't fit.
+//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
/* define this if you have recording possibility */
#define HAVE_RECORDING
-#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Default recording levels */
#define DEFAULT_REC_MIC_GAIN 23
@@ -27,8 +29,6 @@
explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
-
-
/* define this if you have a colour LCD */
#define HAVE_LCD_COLOR
diff --git a/firmware/export/config/creativezenxfi3.h b/firmware/export/config/creativezenxfi3.h
index 5f0914b9e4..f7acbf39bc 100644
--- a/firmware/export/config/creativezenxfi3.h
+++ b/firmware/export/config/creativezenxfi3.h
@@ -11,12 +11,14 @@
/* Define if boot data from bootloader has been enabled for the target */
#define HAVE_BOOTDATA
+// HW supports it but our buffers don't fit.
+//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
/* define this if you have recording possibility */
#define HAVE_RECORDING
-#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Default recording levels */
#define DEFAULT_REC_MIC_GAIN 23
@@ -27,8 +29,6 @@
explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
-
-
/* define this if you have a colour LCD */
#define HAVE_LCD_COLOR
diff --git a/firmware/export/config/creativezenxfistyle.h b/firmware/export/config/creativezenxfistyle.h
index 33f459dba9..fe4e274b75 100644
--- a/firmware/export/config/creativezenxfistyle.h
+++ b/firmware/export/config/creativezenxfistyle.h
@@ -9,12 +9,14 @@
#define MODEL_NUMBER 94
#define MODEL_NAME "Creative Zen X-Fi Style"
-#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
+// HW can do it but we don't have the IRAM for mix buffers
+//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
+#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
/* define this if you have recording possibility */
#define HAVE_RECORDING
-#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Default recording levels */
#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index aeb9153fcc..4b3591931f 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -13,12 +13,14 @@
/* define boot redirect file name allows booting from external drives */
#define BOOT_REDIR "rockbox_main.fuze+"
+// HW can do it but we don't have the IRAM for mix buffers
+//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
/* define this if you have recording possibility */
#define HAVE_RECORDING
-#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
+#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Default recording levels */
#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/sonynwze360.h b/firmware/export/config/sonynwze360.h
index 5b33d9d6d1..e52dbfcac3 100644
--- a/firmware/export/config/sonynwze360.h
+++ b/firmware/export/config/sonynwze360.h
@@ -11,14 +11,14 @@
/* Define if boot data from bootloader has been enabled for the target */
#define HAVE_BOOTDATA
+// HW can do it but we don't have the IRAM for mix buffers
+//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */
#define INPUT_SRC_CAPS SRC_CAP_FMRADIO
-
-
/* define this if you have a colour LCD */
#define HAVE_LCD_COLOR
@@ -83,9 +83,6 @@
/* Define this to enable morse code input */
#define HAVE_MORSE_INPUT
-
-
-
/* LCD dimensions */
#define LCD_WIDTH 240
#define LCD_HEIGHT 320
@@ -189,5 +186,4 @@
#define BOOTDIR "/.rockbox"
#define INCLUDE_TIMEOUT_API
-
-
+
diff --git a/firmware/export/config/sonynwze370.h b/firmware/export/config/sonynwze370.h
index b20ab00550..5dd1c4bc9e 100644
--- a/firmware/export/config/sonynwze370.h
+++ b/firmware/export/config/sonynwze370.h
@@ -11,14 +11,14 @@
/* Define if boot data from bootloader has been enabled for the target */
#define HAVE_BOOTDATA
+// HW can do it but we don't have the IRAM for mix buffers
+//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */
#define INPUT_SRC_CAPS SRC_CAP_FMRADIO
-
-
/* define this if you have a colour LCD */
#define HAVE_LCD_COLOR