summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-13 15:16:57 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-13 15:16:57 +0000
commitab8d25e4012779bbb695d0d702a9430e372a5716 (patch)
treef3171c5bdcdc1bc1cc28f8e4d775529274b4a9ef
parent34e83598387e9b75c9c44cd756bd3980e65b07fc (diff)
downloadrockbox-ab8d25e4012779bbb695d0d702a9430e372a5716.tar.gz
rockbox-ab8d25e4012779bbb695d0d702a9430e372a5716.zip
Allow S/PDIF as recording source in the archos sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7846 a1c6a512-1295-4272-9138-f99709370657
-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 8de7869d50..ac6f37c8c9 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -29,6 +29,9 @@
29/* Define this if you have a MAS3587F */ 29/* Define this if you have a MAS3587F */
30#define CONFIG_CODEC MAS3587F 30#define CONFIG_CODEC MAS3587F
31 31
32/* Define this for S/PDIF input available */
33#define HAVE_SPDIF_IN
34
32#ifndef SIMULATOR 35#ifndef SIMULATOR
33 36
34/* Define this if you have a SH7034 */ 37/* Define this if you have a SH7034 */
@@ -86,9 +89,6 @@
86/* define this if the unit can be powered or charged via USB */ 89/* define this if the unit can be powered or charged via USB */
87#define HAVE_USB_POWER 90#define HAVE_USB_POWER
88 91
89/* Define this for S/PDIF input available */
90#define HAVE_SPDIF_IN
91
92#define CONFIG_LCD LCD_SSD1815 92#define CONFIG_LCD LCD_SSD1815
93 93
94#define BOOTFILE_EXT "ajz" 94#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 367951d79a..c674b63996 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -23,6 +23,9 @@
23/* Define this if you have a MAS3587F */ 23/* Define this if you have a MAS3587F */
24#define CONFIG_CODEC MAS3587F 24#define CONFIG_CODEC MAS3587F
25 25
26/* Define this for S/PDIF input available */
27#define HAVE_SPDIF_IN
28
26#ifndef SIMULATOR 29#ifndef SIMULATOR
27 30
28/* Define this if you have a SH7034 */ 31/* Define this if you have a SH7034 */
@@ -77,9 +80,6 @@
77/* Define this for S/PDIF output available */ 80/* Define this for S/PDIF output available */
78#define HAVE_SPDIF_OUT 81#define HAVE_SPDIF_OUT
79 82
80/* Define this for S/PDIF input available */
81#define HAVE_SPDIF_IN
82
83#define CONFIG_LCD LCD_SSD1815 83#define CONFIG_LCD LCD_SSD1815
84 84
85#define BOOTFILE_EXT "ajz" 85#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index e08dca2490..1de321799e 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -26,6 +26,9 @@
26/* Define this if you have a MAS3587F */ 26/* Define this if you have a MAS3587F */
27#define CONFIG_CODEC MAS3587F 27#define CONFIG_CODEC MAS3587F
28 28
29/* Define this for S/PDIF input available */
30#define HAVE_SPDIF_IN
31
29#ifndef SIMULATOR 32#ifndef SIMULATOR
30 33
31/* Define this if you have a SH7034 */ 34/* Define this if you have a SH7034 */
@@ -86,9 +89,6 @@
86/* define this if the unit can be powered or charged via USB */ 89/* define this if the unit can be powered or charged via USB */
87#define HAVE_USB_POWER 90#define HAVE_USB_POWER
88 91
89/* Define this for S/PDIF input available */
90#define HAVE_SPDIF_IN
91
92#define CONFIG_LCD LCD_SSD1815 92#define CONFIG_LCD LCD_SSD1815
93 93
94#define BOOTFILE_EXT "ajz" 94#define BOOTFILE_EXT "ajz"