mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Do some planned radio interface cleanup since adding in the LV24020LP.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13880 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b51a20fb9b
commit
7d759f6b9c
23 changed files with 563 additions and 402 deletions
|
@ -151,17 +151,18 @@ drivers/rtc/rtc_as3514.c
|
|||
/* Tuner */
|
||||
#if CONFIG_TUNER
|
||||
#ifndef SIMULATOR
|
||||
tuner.c
|
||||
#if (CONFIG_TUNER & LV24020LP)
|
||||
drivers/tuner/lv24020lp.c
|
||||
#endif /* (CONFIG_TUNER & LV24020LP) */
|
||||
#if (CONFIG_TUNER & S1A0903X01)
|
||||
drivers/fmradio.c
|
||||
tuner_samsung.c
|
||||
drivers/tuner/s1a0903x01.c
|
||||
#endif /* (CONFIG_TUNER & S1A0903X01) */
|
||||
#if (CONFIG_TUNER & TEA5767)
|
||||
drivers/fmradio_i2c.c
|
||||
tuner_philips.c
|
||||
drivers/tuner/tea5767.c
|
||||
#endif /* (CONFIG_TUNER & TEA5767) */
|
||||
#if (CONFIG_TUNER & LV24020LP)
|
||||
tuner_sanyo.c
|
||||
#endif /* (CONFIG_TUNER & LV24020LP) */
|
||||
#endif /*SIMULATOR */
|
||||
#endif /* CONFIG_TUNER */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue