summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/iriverh120.h')
-rw-r--r--firmware/export/config/iriverh120.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/firmware/export/config/iriverh120.h b/firmware/export/config/iriverh120.h
index 70670a0418..77ee1382be 100644
--- a/firmware/export/config/iriverh120.h
+++ b/firmware/export/config/iriverh120.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 a disk storage, i.e. something 73/* define this if you have a disk storage, i.e. something
80 that needs spinups and can cause skips when shaked */ 74 that needs spinups and can cause skips when shaked */
81#define HAVE_DISK_STORAGE 75#define HAVE_DISK_STORAGE
@@ -121,7 +115,7 @@
121 SRC_CAP_FMRADIO | SRC_CAP_SPDIF) 115 SRC_CAP_FMRADIO | SRC_CAP_SPDIF)
122 116
123/* define hardware samples rate caps mask */ 117/* define hardware samples rate caps mask */
124#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 118#define HW_SAMPR_CAPS (/*SAMPR_CAP_88 |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
125 119
126/* define the bitmask of recording sample rates */ 120/* define the bitmask of recording sample rates */
127#define REC_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 121#define REC_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)