forked from len0rd/rockbox
Philips tuner prepared, new middle layer to abstract which tuner is used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5289 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
566eae2e11
commit
8f8fbac1fd
12 changed files with 340 additions and 72 deletions
|
|
@ -98,6 +98,7 @@ int main(void)
|
|||
#include "power.h"
|
||||
#include "talk.h"
|
||||
#include "plugin.h"
|
||||
#include "radio.h"
|
||||
|
||||
/*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */
|
||||
|
||||
|
|
@ -285,6 +286,9 @@ void init(void)
|
|||
global_settings.superbass);
|
||||
mpeg_init();
|
||||
talk_init();
|
||||
#ifdef CONFIG_TUNER
|
||||
radio_init();
|
||||
#endif
|
||||
|
||||
#ifdef AUTOROCK
|
||||
if (!usb_detect())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue