summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/ipod6g.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index d38f604f9f..3eae08edce 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -20,11 +20,13 @@
20#define HAVE_LBA48 20#define HAVE_LBA48
21 21
22/* define this if you have recording possibility */ 22/* define this if you have recording possibility */
23//#define HAVE_RECORDING 23#define HAVE_RECORDING
24//#define HAVE_AGC
25//#define HAVE_HISTOGRAM
24 26
25/* Define bitmask of input sources - recordable bitmask can be defined 27/* Define bitmask of input sources - recordable bitmask can be defined
26 explicitly if different */ 28 explicitly if different */
27#define INPUT_SRC_CAPS (SRC_CAP_LINEIN) 29#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)
28 30
29/* define the bitmask of hardware sample rates */ 31/* define the bitmask of hardware sample rates */
30#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11 \ 32#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11 \