Make sure FM Tuner is stopped at init

Author: Doru Barbu
Flyspray: FS#11152

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25403 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-03-30 19:21:30 +00:00
parent 11c9be9c83
commit 9d3bd97e41

View file

@ -127,7 +127,8 @@ static int curr_freq; /* current frequency in Hz */
static int radio_mode = RADIO_SCAN_MODE;
static int search_dir = 0;
static int radio_status = FMRADIO_OFF;
/* make sure that radio_stop() does a full run after rockbox boots */
static int radio_status = FMRADIO_PLAYING;
static bool in_screen = false;
#define MAX_PRESETS 64