summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-02 18:20:12 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-02 18:20:12 +0000
commitf09795091ce200ffb2da718a061d656b517cae48 (patch)
tree36b3dcdc083f81563c45e1d3508705d22f41ada9 /firmware
parent6c252a67519c49f365b354e00625a521c86dd29d (diff)
downloadrockbox-f09795091ce200ffb2da718a061d656b517cae48.tar.gz
rockbox-f09795091ce200ffb2da718a061d656b517cae48.zip
Forgot to #define HAVE_SPEAKER..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20175 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-ondavx747.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 70036e1d50..117973ed56 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -111,6 +111,9 @@
111/* Define this if you have the Jz4740 internal codec */ 111/* Define this if you have the Jz4740 internal codec */
112#define HAVE_JZ4740_CODEC 112#define HAVE_JZ4740_CODEC
113 113
114/* Define this if you have a speaker */
115#define HAVE_SPEAKER
116
114/* define the bitmask of hardware sample rates */ 117/* define the bitmask of hardware sample rates */
115#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \ 118#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
116 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \ 119 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \