From fcea117d21102383b35124a9e2513a51971a3fb5 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Tue, 15 Jun 2010 20:57:48 +0000 Subject: Support for mystery FM chip in some Sansa Clip+, FS #11403 by me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26864 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclipplus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/sansaclipplus.h') diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index 9382b22cbd..883a71ea21 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -123,7 +123,7 @@ #define AB_REPEAT_ENABLE 1 /* FM Tuner */ -#define CONFIG_TUNER SI4700 /* in fact SI4702 */ +#define CONFIG_TUNER (SI4700|FMCLIPPLUS) /* in fact SI4702 */ //#define HAVE_TUNER_PWR_CTRL /* Define this for LCD backlight available */ -- cgit v1.2.3