summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 4cc2bd521e..62f85254aa 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -767,6 +767,9 @@ struct user_settings
767#ifdef HAVE_ACCESSORY_SUPPLY 767#ifdef HAVE_ACCESSORY_SUPPLY
768 bool accessory_supply; /* 0=off 1=on, accessory power supply for iPod */ 768 bool accessory_supply; /* 0=off 1=on, accessory power supply for iPod */
769#endif 769#endif
770#ifdef HAVE_LINEOUT_POWEROFF
771 bool lineout_active;
772#endif
770 773
771#ifdef HAVE_SPEAKER 774#ifdef HAVE_SPEAKER
772 bool speaker_enabled; 775 bool speaker_enabled;