summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/menus/playback_menu.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/menus/playback_menu.c b/apps/menus/playback_menu.c
index d7f9aeef56..4c4b29871e 100644
--- a/apps/menus/playback_menu.c
+++ b/apps/menus/playback_menu.c
@@ -188,7 +188,11 @@ MAKE_MENU(playback_settings,ID2P(LANG_PLAYBACK),0,
188 &fade_on_stop, &party_mode, 188 &fade_on_stop, &party_mode,
189 189
190#if CONFIG_CODEC == SWCODEC && defined(HAVE_CROSSFADE) 190#if CONFIG_CODEC == SWCODEC && defined(HAVE_CROSSFADE)
191 &crossfade_settings_menu, &replaygain_settings_menu, &beep, 191 &crossfade_settings_menu,
192#endif
193
194#if CONFIG_CODEC == SWCODEC
195 &replaygain_settings_menu, &beep,
192#endif 196#endif
193 197
194#ifdef HAVE_SPDIF_POWER 198#ifdef HAVE_SPDIF_POWER