summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-recorder.h3
-rw-r--r--firmware/export/config-recorderv2.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index b30b1a4332..0df6579a92 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -86,6 +86,9 @@
86/* define this if the unit can be powered or charged via USB */ 86/* define this if the unit can be powered or charged via USB */
87#define HAVE_USB_POWER 87#define HAVE_USB_POWER
88 88
89/* Define this for S/PDIF input available */
90#define HAVE_SPDIF_IN
91
89#define CONFIG_LCD LCD_SSD1815 92#define CONFIG_LCD LCD_SSD1815
90 93
91#define BOOTFILE_EXT "ajz" 94#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 5d77ae6f09..1874ce192b 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -77,6 +77,9 @@
77/* Define this for S/PDIF output available */ 77/* Define this for S/PDIF output available */
78#define HAVE_SPDIF_OUT 78#define HAVE_SPDIF_OUT
79 79
80/* Define this for S/PDIF input available */
81#define HAVE_SPDIF_IN
82
80#define CONFIG_LCD LCD_SSD1815 83#define CONFIG_LCD LCD_SSD1815
81 84
82#define BOOTFILE_EXT "ajz" 85#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index a4179c6da4..74ac021c42 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -86,6 +86,9 @@
86/* define this if the unit can be powered or charged via USB */ 86/* define this if the unit can be powered or charged via USB */
87#define HAVE_USB_POWER 87#define HAVE_USB_POWER
88 88
89/* Define this for S/PDIF input available */
90#define HAVE_SPDIF_IN
91
89#define CONFIG_LCD LCD_SSD1815 92#define CONFIG_LCD LCD_SSD1815
90 93
91#define BOOTFILE_EXT "ajz" 94#define BOOTFILE_EXT "ajz"