diff options
author | Marc Guay <marcguay@rockbox.org> | 2008-07-12 23:22:32 +0000 |
---|---|---|
committer | Marc Guay <marcguay@rockbox.org> | 2008-07-12 23:22:32 +0000 |
commit | a5afecb02b7a8c71c3184301d55f4fd20b40f068 (patch) | |
tree | aeb069baf61c0a8c26c82d0ba025b57e925bbd62 | |
parent | 586437656c6aeea9f598ee237c47db2486e96792 (diff) |
Add the volume, bass, and treble ranges for the e200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18022 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/appendix/config_file_options.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 3f2f8f0ad7..31deb0aaf3 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -16,16 +16,19 @@ \opt{ipodnano}{-72 to +6}% \opt{ipodvideo}{-57 to +6}% \opt{x5}{-73 to +6} + \opt{e200}{-74 to +6} \opt{ipodcolor}{-\fixme{??} to +\fixme{??}}% & dB\\ \nopt{x5}{% bass & \opt{MASCODEC}{-15 to +15}% \opt{h1xx,h300}{0 to +24}% \opt{ipod}{-6 to +9}% + \opt{e200}{-24 to +24}% & dB\\ treble & \opt{MASCODEC}{-15 to +15}% \opt{h1xx,h300}{0 to +6}% \opt{ipod}{-6 to +9}% + \opt{e200}{-24 to +24}% & dB\\ }% balance & -100 to +100 & \%\\ |