From 8a6291dd63063bea12805a41fd43f13c17aa2be5 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 14 Mar 2008 08:54:54 +0000 Subject: More iAudio M3 work. Target build compiles, but same problem regarding plugins as the simulator. Boots to the menu, but it can't be used yet because only main & remote Play button work. USB works. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16660 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-iaudiom3.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-iaudiom3.h') 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 @@ /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ -#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) +#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) /* define the bitmask of hardware sample rates */ #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) @@ -72,6 +72,10 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 +/* FM Tuner */ +#define CONFIG_TUNER TEA5767 +#define CONFIG_TUNER_XTAL 32768 + #define HAVE_TLV320 /* TLV320 has no tone controls, so we use the software ones */ @@ -131,6 +135,9 @@ #endif /* SIMULATOR */ +/* Define this for FM radio input available */ +#define HAVE_FMRADIO_IN + /** Port-specific settings **/ /* Main LCD contrast range and defaults */ -- cgit v1.2.3