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