diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-03-21 13:59:06 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-03-21 13:59:06 +0000 |
commit | fc2f08f50cbdc68f620c1d72504df5a324fbfc92 (patch) | |
tree | f0d289d1b183b598461a93af1a09b6610ca657d9 /firmware | |
parent | 9e173d18ef82bcf01630588d230b27c6742f9b43 (diff) |
Added HAVE_PCM_PLAYBACK
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6222 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-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 9c7ba6c1d3..14cb9f284f 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -56,4 +56,7 @@ /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ +/* Define this if you can play raw PCM audio */ +#define HAVE_PCM_PLAYBACK + #endif |