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:
parent
6c252a6751
commit
f09795091c
1 changed files with 3 additions and 0 deletions
|
@ -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 | \
|
||||
|
|
Loading…
Reference in a new issue