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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index b642775b95..edd3bb2ba5 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1118,4 +1118,9 @@ Lyre prototype 1 */
1118#define HAVE_PCM_FULL_DUPLEX 1118#define HAVE_PCM_FULL_DUPLEX
1119#endif 1119#endif
1120 1120
1121#if (CONFIG_CODEC == SWCODEC) || (CONFIG_CODEC == MAS3587F) || \
1122 (CONFIG_CODEC == MAS3539F)
1123#define HAVE_PITCHCONTROL
1124#endif
1125
1121#endif /* __CONFIG_H__ */ 1126#endif /* __CONFIG_H__ */