summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh100.h
diff options
context:
space:
mode:
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)