From 76ea5f0fae0f1cec2c1334a52f5aa8b827bba247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 11 Dec 2008 14:05:52 +0000 Subject: 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 --- firmware/export/config-e200v2.h | 4 ++-- firmware/export/config-fuze.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h index f2ba798..d144959 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 795047f..ceec082 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 */ -- cgit v1.1