summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenxfi2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/creativezenxfi2.h')
-rw-r--r--firmware/export/config/creativezenxfi2.h6
1 files changed, 3 insertions, 3 deletions
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 @@
11/* Define if boot data from bootloader has been enabled for the target */ 11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13 13
14// HW supports it but our buffers don't fit.
15//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 16#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
15 17
16/* define this if you have recording possibility */ 18/* define this if you have recording possibility */
17#define HAVE_RECORDING 19#define HAVE_RECORDING
18 20
19#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48 21#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
20 22
21/* Default recording levels */ 23/* Default recording levels */
22#define DEFAULT_REC_MIC_GAIN 23 24#define DEFAULT_REC_MIC_GAIN 23
@@ -27,8 +29,6 @@
27 explicitly if different */ 29 explicitly if different */
28#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) 30#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
29 31
30
31
32/* define this if you have a colour LCD */ 32/* define this if you have a colour LCD */
33#define HAVE_LCD_COLOR 33#define HAVE_LCD_COLOR
34 34