summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index a223e4914e..e0f0571def 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -39,6 +39,7 @@ struct user_settings
39 int loudness; /* loudness eq: 0-100 0=off 100=max */ 39 int loudness; /* loudness eq: 0-100 0=off 100=max */
40 int bass_boost; /* bass boost eq: 0-100 0=off 100=max */ 40 int bass_boost; /* bass boost eq: 0-100 0=off 100=max */
41 int avc; /* auto volume correct: 0=disable, 1=2s 2=4s 3=8s */ 41 int avc; /* auto volume correct: 0=disable, 1=2s 2=4s 3=8s */
42 bool muted; /* Is the device muted? */
42 43
43 /* device settings */ 44 /* device settings */
44 45