mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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
This commit is contained in:
parent
ed616c604a
commit
bd78dc7693
3 changed files with 3 additions and 2 deletions
|
|
@ -1278,7 +1278,7 @@ target/arm/as3525/sansa-clipplus/backlight-clip.c
|
||||||
target/arm/powermgmt-ascodec.c
|
target/arm/powermgmt-ascodec.c
|
||||||
target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c
|
target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c
|
||||||
target/arm/as3525/sansa-clipplus/lcd-as-clip-plus.S
|
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 /* !BOOTLOADER */
|
||||||
#endif /* !SIMULATOR */
|
#endif /* !SIMULATOR */
|
||||||
#endif /* SANSA_CLIPPLUS */
|
#endif /* SANSA_CLIPPLUS */
|
||||||
|
|
@ -1364,6 +1364,7 @@ target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
|
||||||
|
|
||||||
#ifdef SANSA_FUZEV2
|
#ifdef SANSA_FUZEV2
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
|
target/arm/as3525/tuner-as3525v2.c
|
||||||
target/arm/as3525/lcd-fuze.c
|
target/arm/as3525/lcd-fuze.c
|
||||||
target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
|
target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
|
||||||
target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c
|
target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
#define AB_REPEAT_ENABLE
|
#define AB_REPEAT_ENABLE
|
||||||
|
|
||||||
/* FM Tuner - suspected to be the SI4702 */
|
/* FM Tuner - suspected to be the SI4702 */
|
||||||
#define CONFIG_TUNER SI4700
|
#define CONFIG_TUNER (SI4700|RDA5802)
|
||||||
/* #define HAVE_TUNER_PWR_CTRL */
|
/* #define HAVE_TUNER_PWR_CTRL */
|
||||||
|
|
||||||
/* Define this for LCD backlight available */
|
/* Define this for LCD backlight available */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue