summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
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 */