summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-15 14:16:35 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-15 14:16:35 +0000
commite73a175d6d73f3241e157c416c1f03cab241e0e1 (patch)
treeb72dee1e01a24a6d24a4db6715b5c7b00d8fe453 /apps/settings.h
parent5508d40d4bf582caaabb59ef1346b982948dcf2d (diff)
downloadrockbox-e73a175d6d73f3241e157c416c1f03cab241e0e1.tar.gz
rockbox-e73a175d6d73f3241e157c416c1f03cab241e0e1.zip
Hopefully finish off the red from r26051.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26053 a1c6a512-1295-4272-9138-f99709370657
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