From 67b3206709171c560705ea4447f21b73524ed21a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 7 Mar 2007 09:16:20 +0000 Subject: Stop audio when entering the radio in the sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12665 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder') diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index 636f74f9d5..72840bb744 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -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) -- cgit v1.2.3