diff options
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 { |