diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2010-05-15 14:16:35 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2010-05-15 14:16:35 +0000 |
commit | e73a175d6d73f3241e157c416c1f03cab241e0e1 (patch) | |
tree | b72dee1e01a24a6d24a4db6715b5c7b00d8fe453 /apps | |
parent | 5508d40d4bf582caaabb59ef1346b982948dcf2d (diff) |
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')
-rw-r--r-- | apps/settings.h | 4 |
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 bool superbass; /* true/false */ #endif -#if defined(HAVE_WM8758) || defined(HAVE_WM8978) +#ifdef AUDIOHW_HAVE_BASS_CUTOFF int bass_cutoff; +#endif +#ifdef AUDIOHW_HAVE_TREBLE_CUTOFF int treble_cutoff; #endif |