summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/sound_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menus/sound_menu.c b/apps/menus/sound_menu.c
index 7c04662233..69e8e3676a 100644
--- a/apps/menus/sound_menu.c
+++ b/apps/menus/sound_menu.c
@@ -225,7 +225,7 @@ static int timestretch_callback(int action,const struct menu_item_ex *this_item)
225#endif 225#endif
226 226
227#ifdef HAVE_SPEAKER 227#ifdef HAVE_SPEAKER
228 MENUITEM_SETTING(speaker_enabled, &global_settings.speaker_enabled, NULL); 228 MENUITEM_SETTING(speaker_mode, &global_settings.speaker_mode, NULL);
229#endif 229#endif
230 230
231#ifdef AUDIOHW_HAVE_EQ 231#ifdef AUDIOHW_HAVE_EQ
@@ -269,7 +269,7 @@ MAKE_MENU(sound_settings, ID2P(LANG_SOUND_SETTINGS), NULL, Icon_Audio,
269 ,&mdb_harmonics,&mdb_center,&mdb_shape 269 ,&mdb_harmonics,&mdb_center,&mdb_shape
270#endif 270#endif
271#ifdef HAVE_SPEAKER 271#ifdef HAVE_SPEAKER
272 ,&speaker_enabled 272 ,&speaker_mode
273#endif 273#endif
274 ); 274 );
275 275