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, 3 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index c8e8d642a2..8c58fed900 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -336,8 +336,10 @@ struct user_settings
336 bool superbass; /* true/false */ 336 bool superbass; /* true/false */
337#endif 337#endif
338 338
339#if defined(HAVE_WM8758) || defined(HAVE_WM8978) 339#ifdef AUDIOHW_HAVE_BASS_CUTOFF
340 int bass_cutoff; 340 int bass_cutoff;
341#endif
342#ifdef AUDIOHW_HAVE_TREBLE_CUTOFF
341 int treble_cutoff; 343 int treble_cutoff;
342#endif 344#endif
343 345