diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/sansaclipplus.h | 4 | ||||
-rw-r--r-- | firmware/export/config/sansaclipv2.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index ba70fdd203..216f44c4d6 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | /* Define bitmask of input sources - recordable bitmask can be defined | 25 | /* Define bitmask of input sources - recordable bitmask can be defined |
26 | explicitly if different */ | 26 | explicitly if different */ |
27 | #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) | 27 | #define INPUT_SRC_CAPS (SRC_CAP_MIC /*| SRC_CAP_FMRADIO*/) |
28 | 28 | ||
29 | /* define this if you have a bitmap LCD display */ | 29 | /* define this if you have a bitmap LCD display */ |
30 | #define HAVE_LCD_BITMAP | 30 | #define HAVE_LCD_BITMAP |
@@ -119,7 +119,7 @@ | |||
119 | #define AB_REPEAT_ENABLE 1 | 119 | #define AB_REPEAT_ENABLE 1 |
120 | 120 | ||
121 | /* FM Tuner */ | 121 | /* FM Tuner */ |
122 | #define CONFIG_TUNER SI4700 /* in fact SI4702 */ | 122 | //#define CONFIG_TUNER SI4700 /* in fact SI4702 */ |
123 | //#define HAVE_TUNER_PWR_CTRL | 123 | //#define HAVE_TUNER_PWR_CTRL |
124 | 124 | ||
125 | /* Define this for LCD backlight available */ | 125 | /* Define this for LCD backlight available */ |
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 513b093f2f..26c54a4509 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | /* Define bitmask of input sources - recordable bitmask can be defined | 25 | /* Define bitmask of input sources - recordable bitmask can be defined |
26 | explicitly if different */ | 26 | explicitly if different */ |
27 | #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) | 27 | #define INPUT_SRC_CAPS (SRC_CAP_MIC /*| SRC_CAP_FMRADIO*/) |
28 | 28 | ||
29 | /* define this if you have a bitmap LCD display */ | 29 | /* define this if you have a bitmap LCD display */ |
30 | #define HAVE_LCD_BITMAP | 30 | #define HAVE_LCD_BITMAP |
@@ -122,7 +122,7 @@ | |||
122 | #define AB_REPEAT_ENABLE 1 | 122 | #define AB_REPEAT_ENABLE 1 |
123 | 123 | ||
124 | /* FM Tuner */ | 124 | /* FM Tuner */ |
125 | #define CONFIG_TUNER SI4700 /* in fact SI4702 */ | 125 | //#define CONFIG_TUNER SI4700 /* in fact SI4702 */ |
126 | //#define HAVE_TUNER_PWR_CTRL | 126 | //#define HAVE_TUNER_PWR_CTRL |
127 | 127 | ||
128 | /* Define this for LCD backlight available */ | 128 | /* Define this for LCD backlight available */ |