summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-fmrecorder.h6
-rw-r--r--firmware/export/config-recorder.h6
-rw-r--r--firmware/export/config-recorderv2.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 8de7869..ac6f37c 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -29,6 +29,9 @@
/* Define this if you have a MAS3587F */
#define CONFIG_CODEC MAS3587F
+/* Define this for S/PDIF input available */
+#define HAVE_SPDIF_IN
+
#ifndef SIMULATOR
/* Define this if you have a SH7034 */
@@ -86,9 +89,6 @@
/* define this if the unit can be powered or charged via USB */
#define HAVE_USB_POWER
-/* Define this for S/PDIF input available */
-#define HAVE_SPDIF_IN
-
#define CONFIG_LCD LCD_SSD1815
#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 367951d..c674b63 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -23,6 +23,9 @@
/* Define this if you have a MAS3587F */
#define CONFIG_CODEC MAS3587F
+/* Define this for S/PDIF input available */
+#define HAVE_SPDIF_IN
+
#ifndef SIMULATOR
/* Define this if you have a SH7034 */
@@ -77,9 +80,6 @@
/* Define this for S/PDIF output available */
#define HAVE_SPDIF_OUT
-/* Define this for S/PDIF input available */
-#define HAVE_SPDIF_IN
-
#define CONFIG_LCD LCD_SSD1815
#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index e08dca2..1de3217 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -26,6 +26,9 @@
/* Define this if you have a MAS3587F */
#define CONFIG_CODEC MAS3587F
+/* Define this for S/PDIF input available */
+#define HAVE_SPDIF_IN
+
#ifndef SIMULATOR
/* Define this if you have a SH7034 */
@@ -86,9 +89,6 @@
/* define this if the unit can be powered or charged via USB */
#define HAVE_USB_POWER
-/* Define this for S/PDIF input available */
-#define HAVE_SPDIF_IN
-
#define CONFIG_LCD LCD_SSD1815
#define BOOTFILE_EXT "ajz"