summaryrefslogtreecommitdiff
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 @@
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"