mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31346 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
17ed3253fc
commit
8c19dcd598
13 changed files with 525 additions and 37 deletions
|
@ -302,6 +302,9 @@ drivers/tuner/ipod_remote_tuner.c
|
|||
#if (CONFIG_TUNER & RDA5802)
|
||||
drivers/tuner/rda5802.c
|
||||
#endif /* (CONFIG_TUNER & RDA5802) */
|
||||
#if defined(HAVE_RDS_CAP)
|
||||
drivers/rds.c
|
||||
#endif /* HAVE_RDS_CAP */
|
||||
#endif /* PLATFORM_NATIVE */
|
||||
#endif /* CONFIG_TUNER */
|
||||
#endif /* BOOTLOADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue