From 4599ca32404d6bcfcec61924159ece5004dbe6c7 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Mon, 20 Mar 2006 21:24:24 +0000 Subject: iRiver: Stop disabling the peak meter when stopping the radio. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9137 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/radio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index 3a218266d3..5258b5b2a1 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -908,6 +908,7 @@ bool radio_screen(void) radio_stop(); #if CONFIG_CODEC == SWCODEC pcm_rec_mux(0); /* Line In */ + peak_meter_enabled = true; #endif } -- cgit v1.2.3