summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-01 21:00:31 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-01 21:00:31 +0000
commitfd11471a3f9bfbb5f5bdf22866e861bae56ad8ea (patch)
tree8a61f852ef81a9dd5950e9ebc9ffb8ac41bf3390 /firmware/export/config-ondavx747.h
parent5212f03124c486239479d75cafb8017d84f63ee9 (diff)
Onda VX747: try at implementing FM tuner support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21160 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index b603e02c2b..d735c045e2 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -94,6 +94,10 @@
/* define this if you have a real-time clock */
#define CONFIG_RTC RTC_JZ47XX
+/* Tuner config */
+#define CONFIG_TUNER TEA5767
+#define CONFIG_TUNER_XTAL 32768
+
/* Define this for LCD backlight available */
#define HAVE_BACKLIGHT
#define HAVE_BACKLIGHT_BRIGHTNESS
@@ -122,6 +126,10 @@
/* Define this if you have the Jz4740 internal codec */
#define HAVE_JZ4740_CODEC
+/* Define bitmask of input sources - recordable bitmask can be defined
+ explicitly if different */
+#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
+
/* has no tone controls, so we use the software ones */
#define HAVE_SW_TONE_CONTROLS