summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/screens.c b/apps/screens.c
index b85d79bb28..7ac87ac063 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -664,7 +664,9 @@ bool quick_screen(int context, int button)
664 664
665 if(audio_status() & AUDIO_STATUS_PLAY) 665 if(audio_status() & AUDIO_STATUS_PLAY)
666 { 666 {
667#if CONFIG_CODEC == SWCODEC
667 dsp_set_replaygain(true); 668 dsp_set_replaygain(true);
669#endif
668 670
669 if (global_settings.playlist_shuffle) 671 if (global_settings.playlist_shuffle)
670 playlist_randomise(NULL, current_tick, true); 672 playlist_randomise(NULL, current_tick, true);