summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 68ed152cda..e1ec1afa86 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -18,7 +18,7 @@
18 18
19/* Define bitmask of input sources - recordable bitmask can be defined 19/* Define bitmask of input sources - recordable bitmask can be defined
20 explicitly if different */ 20 explicitly if different */
21#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) 21#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | 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_44) 24#define HW_SAMPR_CAPS (SAMPR_CAP_44)
@@ -134,6 +134,10 @@
134#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ 134#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
135#endif 135#endif
136 136
137/* Define Apple remote tuner */
138#define CONFIG_TUNER IPOD_REMOTE_TUNER
139#define HAVE_RDS_CAP
140
137/* Define this if you have a PortalPlayer PP5022 */ 141/* Define this if you have a PortalPlayer PP5022 */
138#define CONFIG_CPU PP5022 142#define CONFIG_CPU PP5022
139 143