summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-25 15:55:22 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-25 15:55:22 +0000
commitd731cdd0db2e5e0ba2272f89df47f44348943500 (patch)
treecbb5f68f6808c8e86d508c599375370d24a32f6d /apps/settings.h
parente4b9dbb9c5ccc69a09f6a696b269c6a52aad1def (diff)
downloadrockbox-d731cdd0db2e5e0ba2272f89df47f44348943500.tar.gz
rockbox-d731cdd0db2e5e0ba2272f89df47f44348943500.zip
Automatic Volume Control for Recorder by Heikki Hannikainen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1447 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 3921fb1f52..6a9f0ea636 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -38,7 +38,8 @@ struct user_settings
38 int treble; /* treble eq: 0-100 0=low 100=high */ 38 int treble; /* treble eq: 0-100 0=low 100=high */
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 41 int avc; /* auto volume correct: 0=disable, 1=2s 2=4s 3=8s */
42
42 /* device settings */ 43 /* device settings */
43 44
44 int contrast; /* lcd contrast: 0-100 0=low 100=high */ 45 int contrast; /* lcd contrast: 0-100 0=low 100=high */
@@ -94,6 +95,7 @@ extern struct user_settings global_settings;
94#define DEFAULT_TREBLE_SETTING 50/2 95#define DEFAULT_TREBLE_SETTING 50/2
95#define DEFAULT_LOUDNESS_SETTING 0 96#define DEFAULT_LOUDNESS_SETTING 0
96#define DEFAULT_BASS_BOOST_SETTING 0 97#define DEFAULT_BASS_BOOST_SETTING 0
98#define DEFAULT_AVC_SETTING 0
97#define DEFAULT_CONTRAST_SETTING 0 99#define DEFAULT_CONTRAST_SETTING 0
98#define DEFAULT_POWEROFF_SETTING 0 100#define DEFAULT_POWEROFF_SETTING 0
99#define DEFAULT_BACKLIGHT_SETTING 5 101#define DEFAULT_BACKLIGHT_SETTING 5