summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-10 14:05:34 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-10 14:05:34 +0000
commitdcfc20f7e7c7f6266042a241177d7abc5000163d (patch)
tree89418c327f95e8ef88f08dd614416e90ae82a46a /docs
parenta0bf4f1744547338ccc36ac66b3e1d4e906030f7 (diff)
Renamed CUSTOM_EQ_FORMAT to CUSTOM_CFG_FORMAT
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2561 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
-rw-r--r--docs/CUSTOM_CFG_FORMAT (renamed from docs/CUSTOM_EQ_FORMAT)10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/CUSTOM_EQ_FORMAT b/docs/CUSTOM_CFG_FORMAT
index e1b0810bca..87bc18162a 100644
--- a/docs/CUSTOM_EQ_FORMAT
+++ b/docs/CUSTOM_CFG_FORMAT
@@ -1,15 +1,17 @@
-Custom EQ
+Custom CFG
File Format Specifications
Description / General Info
--------------------------
-* The Custom EQ is used on both the Rockbox Player and Recorder, in order to
- load, well, custom eq settings.
+* The .cfg file is used on both the Rockbox Player and Recorder, in order to
+ load custom settings.
+* Currently, only sound settings are supported but this will change in the
+ future.
File Location
-------------
The files may reside anywhere on the hard disk. The only restriction is that
-the filename must end in .eq
+the filename must end in .cfg
Format Rules
------------