summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/radio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index eba0afa92f..c2586927c5 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -117,6 +117,8 @@ bool radio_screen(void)
117 lcd_getstringsize("A", &fw, &fh); 117 lcd_getstringsize("A", &fw, &fh);
118 118
119 radio_load_presets(); 119 radio_load_presets();
120
121 mpeg_stop();
120 122
121 /* Enable the Left and right A/D Converter */ 123 /* Enable the Left and right A/D Converter */
122 mas_codec_writereg(0x0, 0xccc7); 124 mas_codec_writereg(0x0, 0xccc7);