From e73a175d6d73f3241e157c416c1f03cab241e0e1 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 15 May 2010 14:16:35 +0000 Subject: Hopefully finish off the red from r26051. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26053 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/settings.h') 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 -- cgit v1.2.3