2005-05-30 13:43:15 +00:00
|
|
|
#ifdef ROCKBOX_HAS_LOGF
|
2005-05-30 13:00:43 +00:00
|
|
|
logfdisp.c
|
2005-05-30 13:43:15 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
alarm_menu.c
|
2005-08-21 23:01:12 +00:00
|
|
|
abrepeat.c
|
2004-10-04 13:03:33 +00:00
|
|
|
bookmark.c
|
|
|
|
debug_menu.c
|
|
|
|
filetypes.c
|
|
|
|
language.c
|
|
|
|
main.c
|
|
|
|
main_menu.c
|
|
|
|
menu.c
|
|
|
|
misc.c
|
|
|
|
onplay.c
|
|
|
|
playlist.c
|
2006-07-18 13:54:12 +00:00
|
|
|
playlist_catalog.c
|
2004-10-04 13:03:33 +00:00
|
|
|
playlist_menu.c
|
|
|
|
playlist_viewer.c
|
|
|
|
plugin.c
|
|
|
|
screens.c
|
|
|
|
settings.c
|
|
|
|
settings_menu.c
|
|
|
|
sound_menu.c
|
|
|
|
status.c
|
2005-08-29 21:15:27 +00:00
|
|
|
#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC
|
2004-10-04 13:03:33 +00:00
|
|
|
talk.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
tree.c
|
2006-03-26 11:33:42 +00:00
|
|
|
tagtree.c
|
2005-01-17 11:39:46 +00:00
|
|
|
filetree.c
|
2005-10-28 00:00:00 +00:00
|
|
|
|
|
|
|
screen_access.c
|
|
|
|
gui/buttonbar.c
|
2005-11-22 03:38:07 +00:00
|
|
|
gui/gwps.c
|
|
|
|
gui/gwps-common.c
|
2005-10-28 00:00:00 +00:00
|
|
|
gui/icon.c
|
|
|
|
gui/list.c
|
2005-11-22 21:55:05 +00:00
|
|
|
gui/logo.c
|
2005-11-22 03:38:07 +00:00
|
|
|
gui/option_select.c
|
|
|
|
gui/quickscreen.c
|
2005-10-28 00:00:00 +00:00
|
|
|
gui/scrollbar.c
|
|
|
|
gui/splash.c
|
|
|
|
gui/statusbar.c
|
2005-11-01 23:56:03 +00:00
|
|
|
gui/textarea.c
|
2005-11-18 02:07:02 +00:00
|
|
|
gui/yesno.c
|
2005-10-28 00:00:00 +00:00
|
|
|
|
2004-10-04 13:03:33 +00:00
|
|
|
#ifdef HAVE_LCD_CHARCELLS
|
|
|
|
player/icons.c
|
|
|
|
player/keyboard.c
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
|
|
|
recorder/bmp.c
|
|
|
|
recorder/icons.c
|
|
|
|
recorder/keyboard.c
|
|
|
|
recorder/peakmeter.c
|
|
|
|
recorder/widgets.c
|
2006-02-02 20:42:56 +00:00
|
|
|
#ifdef HAVE_LCD_COLOR
|
|
|
|
recorder/backdrop.c
|
2006-02-26 02:48:05 +00:00
|
|
|
gui/color_picker.c
|
2006-02-02 20:42:56 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
#endif
|
|
|
|
#ifdef CONFIG_TUNER
|
|
|
|
recorder/radio.c
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_RECORDING
|
|
|
|
recorder/recording.c
|
|
|
|
#endif
|
2005-08-29 21:15:27 +00:00
|
|
|
#if CONFIG_CODEC == SWCODEC
|
2005-07-13 12:48:22 +00:00
|
|
|
pcmbuf.c
|
2005-06-05 23:05:10 +00:00
|
|
|
playback.c
|
2005-06-22 19:41:30 +00:00
|
|
|
codecs.c
|
2005-06-26 19:41:29 +00:00
|
|
|
dsp.c
|
2006-01-29 15:37:03 +00:00
|
|
|
eq.c
|
|
|
|
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
2006-03-23 19:59:52 +00:00
|
|
|
dsp_cf.S
|
2006-01-29 15:37:03 +00:00
|
|
|
eq_cf.S
|
2006-02-01 08:36:56 +00:00
|
|
|
#elif defined(CPU_ARM) && !defined(SIMULATOR)
|
|
|
|
eq_arm.S
|
2006-01-29 15:37:03 +00:00
|
|
|
#endif
|
2006-02-07 14:07:46 +00:00
|
|
|
eq_menu.c
|
2005-06-05 23:05:10 +00:00
|
|
|
#endif
|
2006-03-26 11:33:42 +00:00
|
|
|
metadata.c
|
|
|
|
tagcache.c
|