diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-18 20:53:19 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-18 20:53:19 +0000 |
| commit | 7ab1d9bbac41df6b57a2701709fa79797655f705 (patch) | |
| tree | 43464f0669f55a844ed07466a8948469da0b4526 /manual/appendix | |
| parent | d91c1dde0fa60662ee2e01a6d18768f87abadb18 (diff) | |
| download | rockbox-7ab1d9bbac41df6b57a2701709fa79797655f705.zip rockbox-7ab1d9bbac41df6b57a2701709fa79797655f705.tar.gz rockbox-7ab1d9bbac41df6b57a2701709fa79797655f705.tar.bz2 rockbox-7ab1d9bbac41df6b57a2701709fa79797655f705.tar.xz | |
use the correct values for volume in config file description.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10242 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/config_file_options.tex | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 71bd9c3..83ca553 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -1,8 +1,15 @@ \section{Settings} \begin{center} \begin{longtable}{@{}lll@{}}\toprule - \textbf{Setting} & \textbf{Allowed Values} & \textbf{Unit}\\\midrule - volume & 0 to 100 & \%\\ + \textbf{Setting} & \textbf{Allowed Values} & \textbf{Unit}\\ + \midrule + volume & \opt{player}{-78 to +18} + \opt{recorder,recorderv2fm,ondio}{-100 -to +12} + \opt{h1xx,h300}{-84 to 0} + \opt{ipodnano}{-72 to +6} + \opt{ipodvideo}{-57 dB to +6} + \opt{ipodcolor,x5}{-\fixme{??} to +\fixme{??}} + & dB\\ bass & -15 to +15 & dB\\ treble & -15 to +15 &dB\\ balance & -100 to +100 & \%\\ |