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 926891eeea..b4f5301a84 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1278,7 +1278,7 @@ target/arm/as3525/sansa-clipplus/backlight-clip.c
1278target/arm/powermgmt-ascodec.c 1278target/arm/powermgmt-ascodec.c
1279target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c 1279target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c
1280target/arm/as3525/sansa-clipplus/lcd-as-clip-plus.S 1280target/arm/as3525/sansa-clipplus/lcd-as-clip-plus.S
1281target/arm/as3525/sansa-clipplus/tuner-clipplus.c 1281target/arm/as3525/tuner-as3525v2.c
1282#endif /* !BOOTLOADER */ 1282#endif /* !BOOTLOADER */
1283#endif /* !SIMULATOR */ 1283#endif /* !SIMULATOR */
1284#endif /* SANSA_CLIPPLUS */ 1284#endif /* SANSA_CLIPPLUS */
@@ -1364,6 +1364,7 @@ target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1364 1364
1365#ifdef SANSA_FUZEV2 1365#ifdef SANSA_FUZEV2
1366#ifndef SIMULATOR 1366#ifndef SIMULATOR
1367target/arm/as3525/tuner-as3525v2.c
1367target/arm/as3525/lcd-fuze.c 1368target/arm/as3525/lcd-fuze.c
1368target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c 1369target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
1369target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c 1370target/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 @@
121#define AB_REPEAT_ENABLE 121#define AB_REPEAT_ENABLE
122 122
123/* FM Tuner - suspected to be the SI4702 */ 123/* FM Tuner - suspected to be the SI4702 */
124#define CONFIG_TUNER SI4700 124#define CONFIG_TUNER (SI4700|RDA5802)
125/* #define HAVE_TUNER_PWR_CTRL */ 125/* #define HAVE_TUNER_PWR_CTRL */
126 126
127/* Define this for LCD backlight available */ 127/* 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 3e911c2e13..3e911c2e13 100644
--- a/firmware/target/arm/as3525/sansa-clipplus/tuner-clipplus.c
+++ b/firmware/target/arm/as3525/tuner-as3525v2.c