summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-01-21 20:51:43 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-01-21 20:51:43 +0000
commitae351903a65393477f061a2eb934c8d8a6a605a6 (patch)
tree277902c37c9e5ab652f4b3e4b0db3d5e692f4f55 /firmware/export
parentf1c6c3a754a60227019d1b3e38eb721f2d696dc5 (diff)
Commit stable parts of FS#9611 - Sansa Clip radio code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19813 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-clip.h5
-rw-r--r--firmware/export/config-e200v2.h4
-rw-r--r--firmware/export/config-fuze.h4
3 files changed, 5 insertions, 8 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 63b4fd8617..da8acf2fdf 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -20,13 +20,12 @@
#define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */
#define REC_SAMPR_DEFAULT SAMPR_22
+#endif
/* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
-#endif
-
/* define this if you have a bitmap LCD display */
#define HAVE_LCD_BITMAP
@@ -106,10 +105,8 @@
#define AB_REPEAT_ENABLE 1
/* FM Tuner */
-#if 0 /* disabled since there is no driver (yet) */
#define CONFIG_TUNER SI4700 /* in fact SI4702 but let's hope it's compatible */
//#define HAVE_TUNER_PWR_CTRL
-#endif
/* Define this for LCD backlight available */
#define HAVE_BACKLIGHT
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h
index 5b6ac5ff48..564916aea0 100644
--- a/firmware/export/config-e200v2.h
+++ b/firmware/export/config-e200v2.h
@@ -17,10 +17,10 @@
#define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */
#define REC_SAMPR_DEFAULT SAMPR_22
+#endif
/* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
-#endif
/* define this if you have a bitmap LCD display */
#define HAVE_LCD_BITMAP
@@ -99,7 +99,7 @@
#define AB_REPEAT_ENABLE 1
/* FM Tuner - suspected to be the SI4702 */
-//#define CONFIG_TUNER SI4700
+#define CONFIG_TUNER SI4700
/* #define HAVE_TUNER_PWR_CTRL */
/* Define this for LCD backlight available */
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index e79abb19f2..3e5880775b 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -19,8 +19,8 @@
/* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */
-#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
#endif
+#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
/* define this if you have a bitmap LCD display */
#define HAVE_LCD_BITMAP
@@ -99,7 +99,7 @@
#define AB_REPEAT_ENABLE 1
/* FM Tuner - suspected to be the SI4702 */
-//#define CONFIG_TUNER SI4700
+#define CONFIG_TUNER SI4700
/* #define HAVE_TUNER_PWR_CTRL */
/* Define this for LCD backlight available */