diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-11-06 23:12:11 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-11-06 23:12:11 +0000 |
commit | 8051a0b724bff718ce99acc0c45dd561d8d798d7 (patch) | |
tree | a09a44c1aeed92c313880671140c1f06c7a169e3 /firmware/export/config-recorder.h | |
parent | 4d9be96a819206534594f79e856fbbd7880588d4 (diff) |
Sound settings rework: * Put all fixed parameters (unit, decimals, step, min, max, default, set function) for the individual settings into one structure array. * Use the new individual sound setting functions where appropriate. * Added dummy sound setting functions and defined the codec type for the sims. Fixes wrong sound settings ranges in the simulators. * Code cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7770 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r-- | firmware/export/config-recorder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 1874ce192b..367951d79a 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -20,11 +20,11 @@ #define AB_REPEAT_ENABLE 1 -#ifndef SIMULATOR - /* Define this if you have a MAS3587F */ #define CONFIG_CODEC MAS3587F +#ifndef SIMULATOR + /* Define this if you have a SH7034 */ #define CONFIG_CPU SH7034 |