summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 8211994275..b534be568f 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -1,6 +1,10 @@
1/* define this if you have recording possibility */ 1/* define this if you have recording possibility */
2#define HAVE_RECORDING 2#define HAVE_RECORDING
3 3
4/* Define bitmask of input sources - recordable bitmask can be defined
5 explicitly if different */
6#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_SPDIF)
7
4/* define this if you have a bitmap LCD display */ 8/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 9#define HAVE_LCD_BITMAP
6 10
@@ -45,9 +49,6 @@
45/* Define this if you have a MAS3587F */ 49/* Define this if you have a MAS3587F */
46#define CONFIG_CODEC MAS3587F 50#define CONFIG_CODEC MAS3587F
47 51
48/* Define this for S/PDIF input available */
49#define HAVE_SPDIF_IN
50
51/* Define this for LCD backlight available */ 52/* Define this for LCD backlight available */
52#define HAVE_BACKLIGHT 53#define HAVE_BACKLIGHT
53 54