From dcfc20f7e7c7f6266042a241177d7abc5000163d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Thu, 10 Oct 2002 14:05:34 +0000 Subject: [PATCH] Renamed CUSTOM_EQ_FORMAT to CUSTOM_CFG_FORMAT git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2561 a1c6a512-1295-4272-9138-f99709370657 --- docs/{CUSTOM_EQ_FORMAT => CUSTOM_CFG_FORMAT} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename docs/{CUSTOM_EQ_FORMAT => CUSTOM_CFG_FORMAT} (81%) diff --git a/docs/CUSTOM_EQ_FORMAT b/docs/CUSTOM_CFG_FORMAT similarity index 81% rename from docs/CUSTOM_EQ_FORMAT rename to 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 ------------