summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenxfistyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/creativezenxfistyle.h')
-rw-r--r--firmware/export/config/creativezenxfistyle.h6
1 files changed, 4 insertions, 2 deletions
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 @@
9#define MODEL_NUMBER 94 9#define MODEL_NUMBER 94
10#define MODEL_NAME "Creative Zen X-Fi Style" 10#define MODEL_NAME "Creative Zen X-Fi Style"
11 11
12#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 12// HW can do it but we don't have the IRAM for mix buffers
13//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
13 15
14/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
15#define HAVE_RECORDING 17#define HAVE_RECORDING
16 18
17#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48 19#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
18 20
19/* Default recording levels */ 21/* Default recording levels */
20#define DEFAULT_REC_MIC_GAIN 23 22#define DEFAULT_REC_MIC_GAIN 23