From ab8d25e4012779bbb695d0d702a9430e372a5716 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 13 Nov 2005 15:16:57 +0000 Subject: 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 --- firmware/export/config-fmrecorder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-fmrecorder.h') 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 @@ /* 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" -- cgit v1.2.3