1
0
Fork 0
forked from len0rd/rockbox

tuner cleanup + improvements:

- use sleep and powerdown for those who can
- philips station search works now


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5306 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-10-19 08:20:38 +00:00
parent 2d6eca7e66
commit ef8d508d5a
7 changed files with 70 additions and 32 deletions

View file

@ -196,6 +196,10 @@ void init(void)
powermgmt_init();
#ifdef CONFIG_TUNER
radio_init();
#endif
#ifdef HAVE_CHARGING
if (coldstart && charger_inserted() && !global_settings.car_adapter_mode)
{
@ -288,9 +292,6 @@ void init(void)
global_settings.superbass);
mpeg_init();
talk_init();
#ifdef CONFIG_TUNER
radio_init();
#endif
#ifdef AUTOROCK
if (!usb_detect())