summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c1
1 files changed, 1 insertions, 0 deletions
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)
908 radio_stop(); 908 radio_stop();
909#if CONFIG_CODEC == SWCODEC 909#if CONFIG_CODEC == SWCODEC
910 pcm_rec_mux(0); /* Line In */ 910 pcm_rec_mux(0); /* Line In */
911 peak_meter_enabled = true;
911#endif 912#endif
912 } 913 }
913 914