summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h4
1 files changed, 3 insertions, 1 deletions
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 @@
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 15
16// HW can do it but we don't have the IRAM for mix buffers
17//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
16#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 18#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
17 19
18/* define this if you have recording possibility */ 20/* define this if you have recording possibility */
19#define HAVE_RECORDING 21#define HAVE_RECORDING
20 22
21#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48 23#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
22 24
23/* Default recording levels */ 25/* Default recording levels */
24#define DEFAULT_REC_MIC_GAIN 23 26#define DEFAULT_REC_MIC_GAIN 23