summaryrefslogtreecommitdiff
path: root/apps/menus/playback_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/playback_menu.c')
-rw-r--r--apps/menus/playback_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menus/playback_menu.c b/apps/menus/playback_menu.c
index bdc0f93c89..6345b67ace 100644
--- a/apps/menus/playback_menu.c
+++ b/apps/menus/playback_menu.c
@@ -109,7 +109,7 @@ int replaygain_callback(int action,const struct menu_item_ex *this_item)
109 switch (action) 109 switch (action)
110 { 110 {
111 case ACTION_EXIT_MENUITEM: /* on exit */ 111 case ACTION_EXIT_MENUITEM: /* on exit */
112 dsp_set_replaygain(true); 112 dsp_set_replaygain();
113 break; 113 break;
114 } 114 }
115 return action; 115 return action;
@@ -208,7 +208,7 @@ int playback_callback(int action,const struct menu_item_ex *this_item)
208 && (audio_status() & AUDIO_STATUS_PLAY)) 208 && (audio_status() & AUDIO_STATUS_PLAY))
209 { 209 {
210#if CONFIG_CODEC == SWCODEC 210#if CONFIG_CODEC == SWCODEC
211 dsp_set_replaygain(true); 211 dsp_set_replaygain();
212#endif 212#endif
213 if (global_settings.playlist_shuffle) 213 if (global_settings.playlist_shuffle)
214 { 214 {