summaryrefslogtreecommitdiff
path: root/firmware/export/config/iaudiom5.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-03 15:27:30 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-03 15:27:30 -0400
commit2b358ffa7f65d3e67ae58a2f076477dae5bf67d5 (patch)
treeea61f8fd852ccaa7860056d84fa7c934bde97fe2 /firmware/export/config/iaudiom5.h
parent2e708c48c549a947506c5953ae5fc9d10e932f7c (diff)
downloadrockbox-2b358ffa7f65d3e67ae58a2f076477dae5bf67d5.tar.gz
rockbox-2b358ffa7f65d3e67ae58a2f076477dae5bf67d5.zip
Disable 88/96KHz from targets that lack the IRAM to hold the mix buffers
Change-Id: I67b15d4c517a74a23639f8659acbc89022c264b5
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