summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-10-11 22:53:49 +0000
committerJens Arnold <amiconn@rockbox.org>2004-10-11 22:53:49 +0000
commit1acc38f9d9186ba32f54cdf5d124586d0d2b628c (patch)
tree3142e6dbeebe93f86c573c0c8cc2f7079e760249 /firmware/export/config-recorder.h
parentc8d4a6f244e9e7c0eab4cf0d2cf0a956a6c85120 (diff)
downloadrockbox-1acc38f9d9186ba32f54cdf5d124586d0d2b628c.tar.gz
rockbox-1acc38f9d9186ba32f54cdf5d124586d0d2b628c.zip
Disabled S/PDIF out for models where S/PDIF output is not physically available. Should reduce possible interference. If you have modded your FM/V2 to have such an output, define HAVE_SPDIF_OUT in the corresponding config-xxx.h file to re-enable it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5253 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 9aacb490dd..eefe5e371b 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -67,4 +67,7 @@
67/* Define this for LCD backlight available */ 67/* Define this for LCD backlight available */
68#define HAVE_BACKLIGHT 68#define HAVE_BACKLIGHT
69 69
70/* Define this for S/PDIF output available */
71#define HAVE_SPDIF_OUT
72
70#endif /* SIMULATOR */ 73#endif /* SIMULATOR */