summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh100.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/iriverh100.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/iriverh100.h')
-rw-r--r--firmware/export/config/iriverh100.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/firmware/export/config/iriverh100.h b/firmware/export/config/iriverh100.h
index 3cff24de4f..bbfab01ba5 100644
--- a/firmware/export/config/iriverh100.h
+++ b/firmware/export/config/iriverh100.h
@@ -14,9 +14,6 @@
14/*define this if the ATA controller and method of USB access support LBA48 */ 14/*define this if the ATA controller and method of USB access support LBA48 */
15#define HAVE_LBA48 15#define HAVE_LBA48
16 16
17
18
19
20/* define this if you want album art for this target */ 17/* define this if you want album art for this target */
21#define HAVE_ALBUMART 18#define HAVE_ALBUMART
22 19
@@ -73,9 +70,6 @@
73/* Define this to enable morse code input */ 70/* Define this to enable morse code input */
74#define HAVE_MORSE_INPUT 71#define HAVE_MORSE_INPUT
75 72
76
77
78
79/* Define this if you have an remote lcd */ 73/* Define this if you have an remote lcd */
80#define HAVE_REMOTE_LCD 74#define HAVE_REMOTE_LCD
81 75
@@ -114,7 +108,7 @@
114#define HAVE_RECORDING 108#define HAVE_RECORDING
115 109
116/* define hardware samples rate caps mask */ 110/* define hardware samples rate caps mask */
117#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 111#define HW_SAMPR_CAPS (/*SAMPR_CAP_88 |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
118 112
119/* define the bitmask of recording sample rates */ 113/* define the bitmask of recording sample rates */
120#define REC_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 114#define REC_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)