summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-12-11 14:05:52 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-12-11 14:05:52 +0000
commit76ea5f0fae0f1cec2c1334a52f5aa8b827bba247 (patch)
tree1d0e2a1262d8db0dc65867ec4adbb8793b3eaba7
parent5a7454e8785d6044b91cfef32a60b173b41f9cdf (diff)
downloadrockbox-76ea5f0fae0f1cec2c1334a52f5aa8b827bba247.tar.gz
rockbox-76ea5f0fae0f1cec2c1334a52f5aa8b827bba247.zip
Sansa e200v2 and Fuze : disable tuner until i2c communication is tested (or written)
Correct a comment (si4702 is compatible with si4700.c) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19390 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-e200v2.h4
-rw-r--r--firmware/export/config-fuze.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h
index f2ba798f58..d144959509 100644
--- a/firmware/export/config-e200v2.h
+++ b/firmware/export/config-e200v2.h
@@ -96,8 +96,8 @@
#define AB_REPEAT_ENABLE 1
-/* FM Tuner - suspected to be the SI4702, but use SI4700 for now */
-#define CONFIG_TUNER SI4700
+/* FM Tuner - suspected to be the SI4702 */
+//#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 795047fd75..ceec082298 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -96,8 +96,8 @@
#define AB_REPEAT_ENABLE 1
-/* FM Tuner - suspected to be the SI4702, but use SI4700 for now */
-#define CONFIG_TUNER SI4700
+/* FM Tuner - suspected to be the SI4702 */
+//#define CONFIG_TUNER SI4700
/* #define HAVE_TUNER_PWR_CTRL */
/* Define this for LCD backlight available */