summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-15 13:30:01 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-15 13:30:01 +0000
commit5508d40d4bf582caaabb59ef1346b982948dcf2d (patch)
tree9b950c8a29af202f7cbcbe0fdf008f3338c62ffd /firmware
parent80d0d15ca9b253f8a446f50cf25d3d4b850bcfd1 (diff)
downloadrockbox-5508d40d4bf582caaabb59ef1346b982948dcf2d.tar.gz
rockbox-5508d40d4bf582caaabb59ef1346b982948dcf2d.zip
Hopefully get some green back from r26051.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26052 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/audio/wm8731.c1
-rw-r--r--firmware/export/audiohw.h7
2 files changed, 6 insertions, 2 deletions
diff --git a/firmware/drivers/audio/wm8731.c b/firmware/drivers/audio/wm8731.c
index e50079a18d..41c6757525 100644
--- a/firmware/drivers/audio/wm8731.c
+++ b/firmware/drivers/audio/wm8731.c
@@ -35,7 +35,6 @@
35#include "audio.h" 35#include "audio.h"
36 36
37#include "wmcodec.h" 37#include "wmcodec.h"
38#include "audiohw.h"
39#include "sound.h" 38#include "sound.h"
40 39
41 40
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 12c4738f7c..d7ee551e40 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -225,7 +225,12 @@ enum AUDIOHW_EQ_SETTINGS
225#if (AUDIOHW_CAPS & DEPTH_3D_CAP) 225#if (AUDIOHW_CAPS & DEPTH_3D_CAP)
226#define AUDIOHW_HAVE_DEPTH_3D 226#define AUDIOHW_HAVE_DEPTH_3D
227#endif 227#endif
228 228#else
229#if defined (HAVE_SW_TONE_CONTROLS)
230/* Needed for proper sound support */
231#define AUDIOHW_HAVE_BASS
232#define AUDIOHW_HAVE_TREBLE
233#endif
229#endif /* AUDIOHW_CAPS */ 234#endif /* AUDIOHW_CAPS */
230 235
231enum { 236enum {