summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiom3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudiom3.h')
-rw-r--r--firmware/export/config-iaudiom3.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/firmware/export/config-iaudiom3.h b/firmware/export/config-iaudiom3.h
index efac5bb893..8e4b4976f9 100644
--- a/firmware/export/config-iaudiom3.h
+++ b/firmware/export/config-iaudiom3.h
@@ -11,7 +11,7 @@
11 11
12/* Define bitmask of input sources - recordable bitmask can be defined 12/* Define bitmask of input sources - recordable bitmask can be defined
13 explicitly if different */ 13 explicitly if different */
14#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) 14#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
15 15
16/* define the bitmask of hardware sample rates */ 16/* define the bitmask of hardware sample rates */
17#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 17#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
@@ -72,6 +72,10 @@
72/* The number of bytes reserved for loadable plugins */ 72/* The number of bytes reserved for loadable plugins */
73#define PLUGIN_BUFFER_SIZE 0x80000 73#define PLUGIN_BUFFER_SIZE 0x80000
74 74
75/* FM Tuner */
76#define CONFIG_TUNER TEA5767
77#define CONFIG_TUNER_XTAL 32768
78
75#define HAVE_TLV320 79#define HAVE_TLV320
76 80
77/* TLV320 has no tone controls, so we use the software ones */ 81/* TLV320 has no tone controls, so we use the software ones */
@@ -131,6 +135,9 @@
131 135
132#endif /* SIMULATOR */ 136#endif /* SIMULATOR */
133 137
138/* Define this for FM radio input available */
139#define HAVE_FMRADIO_IN
140
134/** Port-specific settings **/ 141/** Port-specific settings **/
135 142
136/* Main LCD contrast range and defaults */ 143/* Main LCD contrast range and defaults */