diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2010-05-15 13:30:01 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2010-05-15 13:30:01 +0000 |
| commit | 5508d40d4bf582caaabb59ef1346b982948dcf2d (patch) | |
| tree | 9b950c8a29af202f7cbcbe0fdf008f3338c62ffd /firmware/export | |
| parent | 80d0d15ca9b253f8a446f50cf25d3d4b850bcfd1 (diff) | |
| download | rockbox-5508d40d4bf582caaabb59ef1346b982948dcf2d.zip rockbox-5508d40d4bf582caaabb59ef1346b982948dcf2d.tar.gz rockbox-5508d40d4bf582caaabb59ef1346b982948dcf2d.tar.bz2 rockbox-5508d40d4bf582caaabb59ef1346b982948dcf2d.tar.xz | |
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')
| -rw-r--r-- | firmware/export/audiohw.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 12c4738..d7ee551 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.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 { |