summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 967df2826a..d81b3690c8 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -610,7 +610,7 @@ void rec_set_source(int source, unsigned flags)
610#endif /* !HAVE_SPDIF_POWER */ 610#endif /* !HAVE_SPDIF_POWER */
611 611
612 /** Tuner **/ 612 /** Tuner **/
613#ifdef CONFIG_TUNER 613#if CONFIG_TUNER
614 /* Switch radio off or on per source and flags. */ 614 /* Switch radio off or on per source and flags. */
615 if (source != AUDIO_SRC_FMRADIO) 615 if (source != AUDIO_SRC_FMRADIO)
616 radio_stop(); 616 radio_stop();