summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-03-21 13:59:06 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-03-21 13:59:06 +0000
commitfc2f08f50cbdc68f620c1d72504df5a324fbfc92 (patch)
treef0d289d1b183b598461a93af1a09b6610ca657d9 /firmware
parent9e173d18ef82bcf01630588d230b27c6742f9b43 (diff)
downloadrockbox-fc2f08f50cbdc68f620c1d72504df5a324fbfc92.tar.gz
rockbox-fc2f08f50cbdc68f620c1d72504df5a324fbfc92.zip
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.h3
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 @@
56/* Define this if you have adjustable CPU frequency */ 56/* Define this if you have adjustable CPU frequency */
57#define HAVE_ADJUSTABLE_CPU_FREQ 57#define HAVE_ADJUSTABLE_CPU_FREQ
58 58
59/* Define this if you can play raw PCM audio */
60#define HAVE_PCM_PLAYBACK
61
59#endif 62#endif