summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-09-06 20:48:28 +0000
committerJens Arnold <amiconn@rockbox.org>2005-09-06 20:48:28 +0000
commit8fd5b177ede6e3fb76e1e5695729a10732d46fd9 (patch)
tree5cea7e41ba6043fcf625ea5995e6b42cc5a07f4b /firmware
parentcff7b0614b1565fb4e5dc49010687aad91fc87d2 (diff)
downloadrockbox-8fd5b177ede6e3fb76e1e5695729a10732d46fd9.tar.gz
rockbox-8fd5b177ede6e3fb76e1e5695729a10732d46fd9.zip
Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't have S/PDIF input. Bumped config block version so save your settings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7482 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-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 @@
/* 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 5d77ae6f09..1874ce192b 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -77,6 +77,9 @@
/* 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 a4179c6da4..74ac021c42 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -86,6 +86,9 @@
/* 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"