1
0
Fork 0
forked from len0rd/rockbox

Hopefully get some green back from r26051.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26052 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2010-05-15 13:30:01 +00:00
parent 80d0d15ca9
commit 5508d40d4b
3 changed files with 7 additions and 3 deletions

View file

@ -49,7 +49,7 @@ MENUITEM_SETTING(bass, &global_settings.bass,
);
#ifdef AUDIOHW_HAVE_BASS_CUTOFF
MENUITEM_SETTING(treble_cutoff, &global_settings.treble_cutoff, NULL);
MENUITEM_SETTING(bass_cutoff, &global_settings.bass_cutoff, NULL);
#endif
#endif /* AUDIOHW_HAVE_BASS */

View file

@ -35,7 +35,6 @@
#include "audio.h"
#include "wmcodec.h"
#include "audiohw.h"
#include "sound.h"

View file

@ -225,7 +225,12 @@ enum AUDIOHW_EQ_SETTINGS
#if (AUDIOHW_CAPS & DEPTH_3D_CAP)
#define AUDIOHW_HAVE_DEPTH_3D
#endif
#else
#if defined (HAVE_SW_TONE_CONTROLS)
/* Needed for proper sound support */
#define AUDIOHW_HAVE_BASS
#define AUDIOHW_HAVE_TREBLE
#endif
#endif /* AUDIOHW_CAPS */
enum {