Laying the groundwork for future features

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22690 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jeffrey Goode 2009-09-13 04:16:25 +00:00
parent 52106b03d6
commit e90ac6766e
7 changed files with 7 additions and 7 deletions

View file

@ -12702,7 +12702,7 @@
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
id: LANG_LIMITER id: LANG_COMPRESSOR
desc: in sound settings desc: in sound settings
user: core user: core
<source> <source>

View file

@ -12658,7 +12658,7 @@
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
id: LANG_LIMITER id: LANG_COMPRESSOR
desc: in sound settings desc: in sound settings
user: core user: core
<source> <source>

View file

@ -12631,7 +12631,7 @@
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
id: LANG_LIMITER id: LANG_COMPRESSOR
desc: in sound settings desc: in sound settings
user: core user: core
<source> <source>

View file

@ -12639,7 +12639,7 @@
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
id: LANG_LIMITER id: LANG_COMPRESSOR
desc: in sound settings desc: in sound settings
user: core user: core
<source> <source>

View file

@ -12632,7 +12632,7 @@
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
id: LANG_LIMITER id: LANG_COMPRESSOR
desc: in sound settings desc: in sound settings
user: core user: core
<source> <source>

View file

@ -12440,7 +12440,7 @@
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
id: LANG_LIMITER id: LANG_COMPRESSOR
desc: in sound settings desc: in sound settings
user: core user: core
<source> <source>

View file

@ -1258,7 +1258,7 @@ const struct settings_list settings[] = {
/* limiter */ /* limiter */
INT_SETTING_NOWRAP(F_SOUNDSETTING, limiter_level, INT_SETTING_NOWRAP(F_SOUNDSETTING, limiter_level,
LANG_LIMITER, 0, LANG_COMPRESSOR, 0,
"limiter level", UNIT_DB, 0, MAX_LIMITER_GAIN, "limiter level", UNIT_DB, 0, MAX_LIMITER_GAIN,
5, db_format, get_dec_talkid, dsp_set_limiter), 5, db_format, get_dec_talkid, dsp_set_limiter),
#endif #endif