summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod4g.h')
-rw-r--r--firmware/export/config-ipod4g.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index bf8d5359f8..142a2ebabb 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -9,7 +9,13 @@
9#define MODEL_NUMBER 8 9#define MODEL_NUMBER 8
10 10
11/* define this if you have recording possibility */ 11/* define this if you have recording possibility */
12/*#define HAVE_RECORDING 1*/ 12#define HAVE_RECORDING 1
13
14/* define the bitmask of hardware sample rates */
15#define HW_SAMPR_CAPS (SAMPR_CAP_44)
16
17/* define the bitmask of recording sample rates */
18#define REC_SAMPR_CAPS (SAMPR_CAP_44)
13 19
14/* define this if you have a bitmap LCD display */ 20/* define this if you have a bitmap LCD display */
15#define HAVE_LCD_BITMAP 1 21#define HAVE_LCD_BITMAP 1