summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 2ec0b7878f..0882cad61c 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1319,6 +1319,10 @@ Lyre prototype 1 */
1319# define HAVE_SCREENDUMP 1319# define HAVE_SCREENDUMP
1320#endif 1320#endif
1321 1321
1322#if !defined(BOOTLOADER) && MEMORYSIZE > 2
1323# define HAVE_PERCEPTUAL_VOLUME
1324#endif
1325
1322/* null audiohw setting macro for when codec header is included for reasons 1326/* null audiohw setting macro for when codec header is included for reasons
1323 other than audio support */ 1327 other than audio support */
1324#define AUDIOHW_SETTING(name, us, nd, st, minv, maxv, defv, expr...) 1328#define AUDIOHW_SETTING(name, us, nd, st, minv, maxv, defv, expr...)