diff options
Diffstat (limited to 'apps/main.c')
-rw-r--r-- | apps/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index d391b6cd02..363e174d24 100644 --- a/apps/main.c +++ b/apps/main.c | |||
@@ -98,6 +98,7 @@ int main(void) | |||
98 | #include "power.h" | 98 | #include "power.h" |
99 | #include "talk.h" | 99 | #include "talk.h" |
100 | #include "plugin.h" | 100 | #include "plugin.h" |
101 | #include "radio.h" | ||
101 | 102 | ||
102 | /*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */ | 103 | /*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */ |
103 | 104 | ||
@@ -285,6 +286,9 @@ void init(void) | |||
285 | global_settings.superbass); | 286 | global_settings.superbass); |
286 | mpeg_init(); | 287 | mpeg_init(); |
287 | talk_init(); | 288 | talk_init(); |
289 | #ifdef CONFIG_TUNER | ||
290 | radio_init(); | ||
291 | #endif | ||
288 | 292 | ||
289 | #ifdef AUTOROCK | 293 | #ifdef AUTOROCK |
290 | if (!usb_detect()) | 294 | if (!usb_detect()) |