summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
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/export/audiohw.h
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/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h7
1 files changed, 6 insertions, 1 deletions
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 {