diff options
Diffstat (limited to 'firmware/export/config/creativezenv.h')
-rw-r--r-- | firmware/export/config/creativezenv.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |