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:
parent
80d0d15ca9
commit
5508d40d4b
3 changed files with 7 additions and 3 deletions
|
@ -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 */
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include "audio.h"
|
||||
|
||||
#include "wmcodec.h"
|
||||
#include "audiohw.h"
|
||||
#include "sound.h"
|
||||
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue