diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2010-08-16 09:43:48 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2010-08-16 09:43:48 +0000 |
| commit | 5b47b89d16fe2cef7654dba1edaa5043196c9e14 (patch) | |
| tree | 8848a014b828469c4209149ef42e945c274dd7a9 /manual/appendix | |
| parent | e8bbbdffd41d140e442f184a11b194af61a263d8 (diff) | |
| download | rockbox-5b47b89d16fe2cef7654dba1edaa5043196c9e14.zip rockbox-5b47b89d16fe2cef7654dba1edaa5043196c9e14.tar.gz rockbox-5b47b89d16fe2cef7654dba1edaa5043196c9e14.tar.bz2 rockbox-5b47b89d16fe2cef7654dba1edaa5043196c9e14.tar.xz | |
First step of completing the target rename in the manual. Some target specific options were already renamed in the rest of the source (e.g. see r23883) but not where they are actually set - in the platform files - leading to parts included or excluded incorrectly. The problem exists for more targets, this commit deals with the supported Iaudios first. Rename 'x5' to 'iaudiox5' (do the same for 'm5' and 'm3'), fix small errors or add missing info related to them along the way, use more appropriate options and simplify code a bit where possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27823 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/config_file_options.tex | 14 | ||||
| -rw-r--r-- | manual/appendix/file_formats.tex | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 4e7a2eb..4ee8f00 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -17,24 +17,24 @@ \opt{ipodnano}{-72 to +6}% \opt{ipodnano2g}{-74 to +6}% \opt{ipodvideo,cowond2}{-89 to +6}% - \opt{x5}{-73 to +6} + \opt{iaudiom3,iaudiom5,iaudiox5}{-73 to +6} \opt{e200,e200v2}{-74 to +6} \opt{ipodcolor,vibe500}{-74 to +6}% & dB\\ - \nopt{x5}{% - bass & \opt{masd}{-15 to +15}% + bass & \opt{masd}{-15 to +15}% \opt{masf}{-12 to +12}% \opt{h100,h300}{0 to +24}% \opt{ipod}{-6 to +9}% - \opt{e200,e200v2,vibe500}{-24 to +24}% + \opt{iaudiom3,iaudiom5,iaudiox5,e200,e200v2,vibe500}{% + -24 to +24}% & dB\\ - treble & \opt{masd}{-15 to +15}% + treble & \opt{masd}{-15 to +15}% \opt{masf}{-12 to +12}% \opt{h100,h300}{0 to +6}% \opt{ipod}{-6 to +9}% - \opt{e200,e200v2,vibe500}{-24 to +24}% + \opt{iaudiom3,iaudiom5,iaudiox5,e200,e200v2,vibe500}{% + -24 to +24}% & dB\\ - }% balance & -100 to +100 & \%\\ channels & stereo, mono, custom, mono left, mono right, karaoke & N/A\\ diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index 56dbbe1..03a41bb 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -130,7 +130,7 @@ & & IEEE float 32/64 bit\\ & & ITU-T G.711 a-low/$\mu$-low\\ & & QuickTime IMA ADPCM\\ - \opt{gigabeatf,h100,h300,x5,m5,m3,ipodnano2g,clipv1}{ + \opt{gigabeatf,h100,h300,iaudiox5,iaudiom5,iaudiom3,ipodnano2g,clipv1}{ Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 files decode fast enough to be useful.} \opt{gigabeats}{ |