summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodmini2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodmini2g.h')
-rw-r--r--firmware/export/config/ipodmini2g.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/config/ipodmini2g.h b/firmware/export/config/ipodmini2g.h
index f11681978c..c1cd45310c 100644
--- a/firmware/export/config/ipodmini2g.h
+++ b/firmware/export/config/ipodmini2g.h
@@ -21,16 +21,13 @@
21#define INPUT_SRC_CAPS (SRC_CAP_FMRADIO) 21#define INPUT_SRC_CAPS (SRC_CAP_FMRADIO)
22 22
23/* define the bitmask of hardware sample rates */ 23/* define the bitmask of hardware sample rates */
24#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ 24#define HW_SAMPR_CAPS (/*SAMPR_CAP_96 | SAMPR_CAP_88 |*/ SAMPR_CAP_48 | \
25 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) 25 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8)
26 26
27/* define the bitmask of recording sample rates 27/* define the bitmask of recording sample rates
28#define REC_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ 28#define REC_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \
29 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) */ 29 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) */
30 30
31
32
33
34/* define this if you want album art for this target */ 31/* define this if you want album art for this target */
35#define HAVE_ALBUMART 32#define HAVE_ALBUMART
36 33