forked from len0rd/rockbox
Support for mystery FM chip in some Sansa Clip+, FS #11403 by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26864 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
267a446887
commit
fcea117d21
11 changed files with 507 additions and 33 deletions
|
|
@ -248,6 +248,9 @@ drivers/tuner/si4700.c
|
|||
#if (CONFIG_TUNER & IPOD_REMOTE_TUNER)
|
||||
drivers/tuner/ipod_remote_tuner.c
|
||||
#endif /* (CONFIG_TUNER & IPOD_REMOTE_TUNER) */
|
||||
#if (CONFIG_TUNER & FMCLIPPLUS)
|
||||
drivers/tuner/fmclipplus.c
|
||||
#endif /* (CONFIG_TUNER & FMCLIPPLUS) */
|
||||
#endif /*SIMULATOR */
|
||||
#endif /* CONFIG_TUNER */
|
||||
#endif /* BOOTLOADER */
|
||||
|
|
@ -1251,6 +1254,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
|
||||
#endif /* !BOOTLOADER */
|
||||
#endif /* !SIMULATOR */
|
||||
#endif /* SANSA_CLIPPLUS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue