From bd78dc7693743e35a854d3a615a20474a7a450b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 20 Jul 2010 06:26:39 +0000 Subject: [PATCH] The new Fuzev2 use the same FM chip than some Clip+ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27502 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 3 ++- firmware/export/config/sansafuzev2.h | 2 +- .../{sansa-clipplus/tuner-clipplus.c => tuner-as3525v2.c} | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename firmware/target/arm/as3525/{sansa-clipplus/tuner-clipplus.c => tuner-as3525v2.c} (100%) diff --git a/firmware/SOURCES b/firmware/SOURCES index 926891eeea..b4f5301a84 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1278,7 +1278,7 @@ target/arm/as3525/sansa-clipplus/backlight-clip.c target/arm/powermgmt-ascodec.c target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c target/arm/as3525/sansa-clipplus/lcd-as-clip-plus.S -target/arm/as3525/sansa-clipplus/tuner-clipplus.c +target/arm/as3525/tuner-as3525v2.c #endif /* !BOOTLOADER */ #endif /* !SIMULATOR */ #endif /* SANSA_CLIPPLUS */ @@ -1364,6 +1364,7 @@ target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S #ifdef SANSA_FUZEV2 #ifndef SIMULATOR +target/arm/as3525/tuner-as3525v2.c target/arm/as3525/lcd-fuze.c target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index 78d5b3b33e..78c2f6b721 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -121,7 +121,7 @@ #define AB_REPEAT_ENABLE /* FM Tuner - suspected to be the SI4702 */ -#define CONFIG_TUNER SI4700 +#define CONFIG_TUNER (SI4700|RDA5802) /* #define HAVE_TUNER_PWR_CTRL */ /* Define this for LCD backlight available */ diff --git a/firmware/target/arm/as3525/sansa-clipplus/tuner-clipplus.c b/firmware/target/arm/as3525/tuner-as3525v2.c similarity index 100% rename from firmware/target/arm/as3525/sansa-clipplus/tuner-clipplus.c rename to firmware/target/arm/as3525/tuner-as3525v2.c