diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-m200v4.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index ec264d0fe1..3c601a77cb 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h | |||
@@ -22,12 +22,12 @@ | |||
22 | #define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */ | 22 | #define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */ |
23 | #define REC_SAMPR_DEFAULT SAMPR_22 | 23 | #define REC_SAMPR_DEFAULT SAMPR_22 |
24 | 24 | ||
25 | #endif | ||
26 | |||
25 | /* Define bitmask of input sources - recordable bitmask can be defined | 27 | /* Define bitmask of input sources - recordable bitmask can be defined |
26 | explicitly if different */ | 28 | explicitly if different */ |
27 | #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) | 29 | #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) |
28 | 30 | ||
29 | #endif | ||
30 | |||
31 | /* define this if you have a bitmap LCD display */ | 31 | /* define this if you have a bitmap LCD display */ |
32 | #define HAVE_LCD_BITMAP | 32 | #define HAVE_LCD_BITMAP |
33 | 33 | ||
@@ -80,6 +80,9 @@ | |||
80 | 80 | ||
81 | #define AB_REPEAT_ENABLE 1 | 81 | #define AB_REPEAT_ENABLE 1 |
82 | 82 | ||
83 | #define CONFIG_TUNER TEA5767 | ||
84 | #define CONFIG_TUNER_XTAL 32768 | ||
85 | |||
83 | /* Define this if you do software codec */ | 86 | /* Define this if you do software codec */ |
84 | #define CONFIG_CODEC SWCODEC | 87 | #define CONFIG_CODEC SWCODEC |
85 | 88 | ||