summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 9d4fb1ccef..001c89b7d7 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -7,11 +7,22 @@
7#define MODEL_NUMBER 16 7#define MODEL_NUMBER 16
8#define MODEL_NAME "Sandisk Sansa e200" 8#define MODEL_NAME "Sandisk Sansa e200"
9 9
10#define HW_SAMPR_CAPS (SAMPR_CAP_44)
11
10/* define this if you have recording possibility */ 12/* define this if you have recording possibility */
11/*#define HAVE_RECORDING*/ /* TODO: add support for this */ 13#define HAVE_RECORDING
14
15#define DEFAULT_REC_MIC_GAIN 23
16#define DEFAULT_REC_LEFT_GAIN 23
17#define DEFAULT_REC_RIGHT_GAIN 23
18
19#define REC_SAMPR_CAPS (SAMPR_CAP_22)
20#define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */
21#define REC_SAMPR_DEFAULT SAMPR_22
22
12/* Define bitmask of input sources - recordable bitmask can be defined 23/* Define bitmask of input sources - recordable bitmask can be defined
13 explicitly if different */ 24 explicitly if different */
14/* #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) */ 25#define INPUT_SRC_CAPS (SRC_CAP_MIC)
15 26
16/* define this if you have a bitmap LCD display */ 27/* define this if you have a bitmap LCD display */
17#define HAVE_LCD_BITMAP 28#define HAVE_LCD_BITMAP