forked from len0rd/rockbox
Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23805 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63d79148fd
commit
0260852771
16 changed files with 881 additions and 54 deletions
|
|
@ -201,6 +201,7 @@ drivers/rtc/rtc_d2.c
|
|||
#endif /* (CONFIG_RTC == RTC_) */
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
/* Tuner */
|
||||
#if CONFIG_TUNER
|
||||
tuner.c
|
||||
|
|
@ -221,8 +222,12 @@ drivers/tuner/tea5767.c
|
|||
#if (CONFIG_TUNER & SI4700)
|
||||
drivers/tuner/si4700.c
|
||||
#endif /* (CONFIG_TUNER & SI4700) */
|
||||
#if (CONFIG_TUNER & IPOD_REMOTE_TUNER)
|
||||
drivers/tuner/ipod_remote_tuner.c
|
||||
#endif /* (CONFIG_TUNER & IPOD_REMOTE_TUNER) */
|
||||
#endif /*SIMULATOR */
|
||||
#endif /* CONFIG_TUNER */
|
||||
#endif /* BOOTLOADER */
|
||||
|
||||
/* Sound */
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue