From a4bfe37c6cdcc2e70b2b6d5d486531fa2986370b Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Thu, 11 May 2006 22:55:24 +0000 Subject: 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 --- firmware/export/config-h120.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-h120.h') 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 @@ #endif +/* Define this for S/PDIF input available */ +#define HAVE_SPDIF_IN + /* Define this for S/PDIF output available */ #define HAVE_SPDIF_OUT -- cgit v1.2.3