summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 6faaa6c48c..453b2fc42d 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -1112,7 +1112,7 @@ bool recording_screen(bool no_source)
1112#if CONFIG_CODEC == SWCODEC 1112#if CONFIG_CODEC == SWCODEC
1113 audio_close_recording(); 1113 audio_close_recording();
1114#endif 1114#endif
1115 audio_init_recording(0); 1115 audio_init_recording();
1116 sound_set_volume(global_settings.volume); 1116 sound_set_volume(global_settings.volume);
1117 1117
1118#if CONFIG_RTC == 0 1118#if CONFIG_RTC == 0
@@ -1213,7 +1213,7 @@ bool recording_screen(bool no_source)
1213 1213
1214#if CONFIG_CODEC == SWCODEC 1214#if CONFIG_CODEC == SWCODEC
1215 audio_close_recording(); 1215 audio_close_recording();
1216 audio_init_recording(0); 1216 audio_init_recording();
1217#endif 1217#endif
1218 1218
1219 rec_init_recording_options(&rec_options); 1219 rec_init_recording_options(&rec_options);