From 8fd5b177ede6e3fb76e1e5695729a10732d46fd9 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 6 Sep 2005 20:48:28 +0000 Subject: 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 --- firmware/export/config-fmrecorder.h | 3 +++ firmware/export/config-recorder.h | 3 +++ firmware/export/config-recorderv2.h | 3 +++ 3 files changed, 9 insertions(+) (limited to 'firmware/export') 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" -- cgit v1.2.3