summaryrefslogtreecommitdiff
path: root/firmware/export/config_caps.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config_caps.h')
-rw-r--r--firmware/export/config_caps.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config_caps.h b/firmware/export/config_caps.h
index 8e3832d3a7..62cae8f8d8 100644
--- a/firmware/export/config_caps.h
+++ b/firmware/export/config_caps.h
@@ -66,6 +66,10 @@
66 #define HAVE_FMRADIO_IN_(...) 66 #define HAVE_FMRADIO_IN_(...)
67#endif 67#endif
68 68
69#if INPUT_SRC_CAPS != 0 && (INPUT_SRC_CAPS & (INPUT_SRC_CAPS-1)) != 0
70#define HAVE_MULTI_INPUT_SRC
71#endif
72
69#ifdef HAVE_RECORDING 73#ifdef HAVE_RECORDING
70/* Recordable source implies it has the input as well */ 74/* Recordable source implies it has the input as well */
71 75
@@ -104,4 +108,9 @@
104#else 108#else
105 #define HAVE_FMRADIO_REC_(...) 109 #define HAVE_FMRADIO_REC_(...)
106#endif 110#endif
111
112#if REC_SRC_CAPS != 0 && (REC_SRC_CAPS & (REC_SRC_CAPS-1)) != 0
113#define HAVE_MULTI_REC_SRC
114#endif
115
107#endif /* HAVE_RECORDING */ 116#endif /* HAVE_RECORDING */