summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/recording.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index da0a4a9e4a..065f9ae1fb 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -361,9 +361,11 @@ bool recording_screen(void)
361 peak_meter_playback(false); 361 peak_meter_playback(false);
362 362
363#ifdef HAVE_SPDIF_IN 363#ifdef HAVE_SPDIF_IN
364#ifndef SIMULATOR
364if (global_settings.rec_source == SOURCE_SPDIF) 365if (global_settings.rec_source == SOURCE_SPDIF)
365 cpu_boost(true); 366 cpu_boost(true);
366#endif 367#endif
368#endif
367 369
368#else 370#else
369 /* Yes, we use the D/A for monitoring */ 371 /* Yes, we use the D/A for monitoring */
@@ -1014,9 +1016,11 @@ if (global_settings.rec_source == SOURCE_SPDIF)
1014 audio_close_recording(); 1016 audio_close_recording();
1015 1017
1016#ifdef HAVE_SPDIF_IN 1018#ifdef HAVE_SPDIF_IN
1019#ifndef SIMULATOR
1017if (global_settings.rec_source == SOURCE_SPDIF) 1020if (global_settings.rec_source == SOURCE_SPDIF)
1018 cpu_boost(false); 1021 cpu_boost(false);
1019#endif 1022#endif
1023#endif
1020 1024
1021#else 1025#else
1022 audio_init_playback(); 1026 audio_init_playback();