summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 | \