summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/SOURCES3
-rw-r--r--firmware/export/config/sansafuzev2.h2
-rw-r--r--firmware/target/arm/as3525/tuner-as3525v2.c (renamed from firmware/target/arm/as3525/sansa-clipplus/tuner-clipplus.c)0
3 files changed, 3 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 926891e..b4f5301 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 78d5b3b..78c2f6b 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
index 3e911c2..3e911c2 100644
--- a/firmware/target/arm/as3525/sansa-clipplus/tuner-clipplus.c
+++ b/firmware/target/arm/as3525/tuner-as3525v2.c