Forgot to #define HAVE_SPEAKER..

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20175 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-03-02 18:20:12 +00:00
parent 6c252a6751
commit f09795091c

View file

@ -111,6 +111,9 @@
/* Define this if you have the Jz4740 internal codec */
#define HAVE_JZ4740_CODEC
/* Define this if you have a speaker */
#define HAVE_SPEAKER
/* define the bitmask of hardware sample rates */
#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \