summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-08-29 21:15:27 +0000
committerJens Arnold <amiconn@rockbox.org>2005-08-29 21:15:27 +0000
commitd6c054575b4561b4c657565ecb4ff82565fa6c78 (patch)
treec05a7f619a2580a8ae3ee29e863f076d1065c398 /apps/settings.h
parent99a0598c284471342fcda1fdcba90d4b666bfbb3 (diff)
downloadrockbox-d6c054575b4561b4c657565ecb4ff82565fa6c78.tar.gz
rockbox-d6c054575b4561b4c657565ecb4ff82565fa6c78.zip
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7416 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index c59fe47532..8387fe02a8 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -154,7 +154,7 @@ struct user_settings
154 bool mdb_enable; /* true/false */ 154 bool mdb_enable; /* true/false */
155 bool superbass; /* true/false */ 155 bool superbass; /* true/false */
156 156
157#if CONFIG_HWCODEC == MASNONE 157#if CONFIG_CODEC == SWCODEC
158 int crossfade; 158 int crossfade;
159 int crossfade_duration; 159 int crossfade_duration;
160#endif 160#endif
@@ -330,7 +330,7 @@ struct user_settings
330 bool next_folder; /* move to next folder */ 330 bool next_folder; /* move to next folder */
331 bool runtimedb; /* runtime database active? */ 331 bool runtimedb; /* runtime database active? */
332 332
333#if CONFIG_HWCODEC == MASNONE 333#if CONFIG_CODEC == SWCODEC
334 bool replaygain; /* enable replaygain */ 334 bool replaygain; /* enable replaygain */
335 bool replaygain_track; /* true for track gain, false for album gain */ 335 bool replaygain_track; /* true for track gain, false for album gain */
336 bool replaygain_noclip; /* scale to prevent clips */ 336 bool replaygain_noclip; /* scale to prevent clips */