summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 1266fed1c4..8a657999e2 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -417,7 +417,13 @@ struct user_settings
417 shuffle is on, album gain otherwise */ 417 shuffle is on, album gain otherwise */
418 int replaygain_preamp; /* scale replaygained tracks by this */ 418 int replaygain_preamp; /* scale replaygained tracks by this */
419 int beep; /* system beep volume when changing tracks etc. */ 419 int beep; /* system beep volume when changing tracks etc. */
420 bool crossfeed; /* enable crossfeed */ 420
421 /* Crossfeed settings */
422 bool crossfeed; /* enable crossfeed */
423 unsigned int crossfeed_direct_gain; /* - dB x 10 */
424 unsigned int crossfeed_cross_gain; /* - dB x 10 */
425 unsigned int crossfeed_hf_attenuation; /* - dB x 10 */
426 unsigned int crossfeed_hf_cutoff; /* Frequency in Hz */
421#endif 427#endif
422#ifdef HAVE_DIRCACHE 428#ifdef HAVE_DIRCACHE
423 bool dircache; /* enable directory cache */ 429 bool dircache; /* enable directory cache */