summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
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 {