diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-02 18:20:12 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-02 18:20:12 +0000 |
| commit | f09795091ce200ffb2da718a061d656b517cae48 (patch) | |
| tree | 36b3dcdc083f81563c45e1d3508705d22f41ada9 | |
| parent | 6c252a67519c49f365b354e00625a521c86dd29d (diff) | |
| download | rockbox-f09795091ce200ffb2da718a061d656b517cae48.zip rockbox-f09795091ce200ffb2da718a061d656b517cae48.tar.gz rockbox-f09795091ce200ffb2da718a061d656b517cae48.tar.bz2 rockbox-f09795091ce200ffb2da718a061d656b517cae48.tar.xz | |
Forgot to #define HAVE_SPEAKER..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20175 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-ondavx747.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index 70036e1..117973e 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -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 | \ |