summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index c79aeb37f4..5de65bb193 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -746,8 +746,8 @@ struct user_settings
746#endif 746#endif
747 747
748#ifdef HAVE_SPEAKER 748#ifdef HAVE_SPEAKER
749 bool speaker_enabled; 749 int speaker_mode; /* 0: off, 1: on, 2: auto (only if headphone detection) */
750#endif 750#endif /* HAVE_SPEAKER */
751 bool prevent_skip; 751 bool prevent_skip;
752 752
753#ifdef HAVE_TOUCHSCREEN 753#ifdef HAVE_TOUCHSCREEN