summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-12-07 23:07:07 +0000
committerJens Arnold <amiconn@rockbox.org>2005-12-07 23:07:07 +0000
commit2993ae69b5cfd95ddab595fcce9cc7637477d6a5 (patch)
tree1a9ba25c51db3d7313621da6dcf5bb4192cfea9d /apps/settings.h
parentec32c08a357bde454c11a41375230461509f2fe2 (diff)
downloadrockbox-2993ae69b5cfd95ddab595fcce9cc7637477d6a5.tar.gz
rockbox-2993ae69b5cfd95ddab595fcce9cc7637477d6a5.zip
Simplified and uniform volume handling: * Volume setting in dB on all targets, within the 'natural' range defined by the respective DAC (limited to -100..+12 dB for archos Recorders and Ondios in order to avoid 4 chars being displayed in the status bar). 0 dB means line level on all targets. * No more artificial volume limiting for Iriver and Player, settings always represent true values. Removed the various sound scaling options. * Bumped config version so save your settings. Also make sure to adjust the volume after loading a .cfg, then save the .cfg again, otherwise the volume will be out of range (a flaw in the .cfg loader).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8197 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 6b34543c27..b1e8c9e2e8 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -157,9 +157,6 @@ struct user_settings
157 int avc; /* auto volume correct: 0=off, 1=20ms, 2=2s 3=4s 4=8s */ 157 int avc; /* auto volume correct: 0=off, 1=20ms, 2=2s 3=4s 4=8s */
158 int channel_config; /* Stereo, Mono, Custom, Mono left, Mono right, Karaoke */ 158 int channel_config; /* Stereo, Mono, Custom, Mono left, Mono right, Karaoke */
159 int stereo_width; /* 0-255% */ 159 int stereo_width; /* 0-255% */
160#ifdef HAVE_UDA1380
161 int sound_scaling; /* Off, Volume, Bass, Current metric */
162#endif
163 int mdb_strength; /* 0-127dB */ 160 int mdb_strength; /* 0-127dB */
164 int mdb_harmonics; /* 0-100% */ 161 int mdb_harmonics; /* 0-100% */
165 int mdb_center; /* 20-300Hz */ 162 int mdb_center; /* 20-300Hz */