summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-05-11 22:55:24 +0000
committerThom Johansen <thomj@rockbox.org>2006-05-11 22:55:24 +0000
commita4bfe37c6cdcc2e70b2b6d5d486531fa2986370b (patch)
tree24f01ed56d3197d66e2f66cabbd4a9814ce14b72 /firmware/export/config-h120.h
parent5725b8cbcbe11c006fe92874dcc5d834e006daa6 (diff)
downloadrockbox-a4bfe37c6cdcc2e70b2b6d5d486531fa2986370b.tar.gz
rockbox-a4bfe37c6cdcc2e70b2b6d5d486531fa2986370b.zip
Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported recording options on Iriver. Sample rate displayed in recording screen reflects the real S/PDIF sample rate when doing S/PDIF recording. Testing would be appreciated. Thanks to Jens Arnold for fixing the DMA hang issue. Will reset settings!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9916 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 186203c648..34f5059b69 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -120,6 +120,9 @@
120 120
121#endif 121#endif
122 122
123/* Define this for S/PDIF input available */
124#define HAVE_SPDIF_IN
125
123/* Define this for S/PDIF output available */ 126/* Define this for S/PDIF output available */
124#define HAVE_SPDIF_OUT 127#define HAVE_SPDIF_OUT
125 128