summaryrefslogtreecommitdiff
path: root/firmware/export/config/iaudiom5.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/iaudiom5.h')
-rw-r--r--firmware/export/config/iaudiom5.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config/iaudiom5.h b/firmware/export/config/iaudiom5.h
index a597590508..a90b0f061b 100644
--- a/firmware/export/config/iaudiom5.h
+++ b/firmware/export/config/iaudiom5.h
@@ -25,13 +25,10 @@
25#endif 25#endif
26 26
27/* define the bitmask of hardware sample rates */ 27/* define the bitmask of hardware sample rates */
28#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 28#define HW_SAMPR_CAPS (/*SAMPR_CAP_88* |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
29 29
30/* define the bitmask of recording sample rates */ 30/* define the bitmask of recording sample rates */
31#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 31#define REC_SAMPR_CAPS (/*SAMPR_CAP_88 |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
32
33
34
35 32
36/* define this if you want album art for this target */ 33/* define this if you want album art for this target */
37#define HAVE_ALBUMART 34#define HAVE_ALBUMART