Stop audio when entering the radio in the sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12665 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bfd96a1d34
commit
67b3206709
1 changed files with 1 additions and 1 deletions
|
@ -425,9 +425,9 @@ int radio_screen(void)
|
|||
radio_load_presets(global_settings.fmr_file);
|
||||
}
|
||||
|
||||
#ifndef SIMULATOR
|
||||
if(radio_status == FMRADIO_OFF)
|
||||
audio_stop();
|
||||
#ifndef SIMULATOR
|
||||
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
if(rec_create_directory() > 0)
|
||||
|
|
Loading…
Reference in a new issue