diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-27 01:11:25 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-27 01:11:25 +0000 |
commit | ec5366ac79b4c25289aa6a6450ec8802c98fc818 (patch) | |
tree | e232bad9edbfe671f218b63c0e56814a16da4e66 /firmware/export/config-h100.h | |
parent | e5ce01f056c6dd4d0c049fbed18c2e5642a16469 (diff) |
No S/PDIF playback on H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8076 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r-- | firmware/export/config-h100.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 1327be7e27..7aeb42ad67 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -104,6 +104,9 @@ #endif +/* Define this for S/PDIF output available */ +#define HAVE_SPDIF_OUT + /* Define this if you can control the S/PDIF power */ #define HAVE_SPDIF_POWER #define SPDIF_POWER_INVERTED |