summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh10.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/iriverh10.h')
-rw-r--r--firmware/export/config/iriverh10.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config/iriverh10.h b/firmware/export/config/iriverh10.h
index 91ed963b0b..6342a90deb 100644
--- a/firmware/export/config/iriverh10.h
+++ b/firmware/export/config/iriverh10.h
@@ -19,16 +19,13 @@
19#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 19#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
20 20
21/* define the bitmask of hardware sample rates */ 21/* define the bitmask of hardware sample rates */
22#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ 22#define HW_SAMPR_CAPS (/*SAMPR_CAP_96 | SAMPR_CAP_88 |*/ SAMPR_CAP_48 | \
23 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) 23 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8)
24 24
25/* define the bitmask of recording sample rates */ 25/* define the bitmask of recording sample rates */
26#define REC_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ 26#define REC_SAMPR_CAPS (/*SAMPR_CAP_96 | SAMPR_CAP_88 |*/ SAMPR_CAP_48 | \
27 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) 27 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8)
28 28
29
30
31
32/* define this if you have a colour LCD */ 29/* define this if you have a colour LCD */
33#define HAVE_LCD_COLOR 30#define HAVE_LCD_COLOR
34 31