summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx767.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-01 21:21:29 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-01 21:21:29 +0000
commitaa7d43f7a61998080be228f94aa3d26b5c1dfbc5 (patch)
tree56a22122d8924a52a57450569c46294fdeee15f6 /firmware/export/config-ondavx767.h
parentc1c3d05961388114779c6fd8316ab1d081a3b4b1 (diff)
downloadrockbox-aa7d43f7a61998080be228f94aa3d26b5c1dfbc5.tar.gz
rockbox-aa7d43f7a61998080be228f94aa3d26b5c1dfbc5.zip
Fix reds & yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21162 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondavx767.h')
-rw-r--r--firmware/export/config-ondavx767.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx767.h b/firmware/export/config-ondavx767.h
index 76a4787539..d23f97c809 100644
--- a/firmware/export/config-ondavx767.h
+++ b/firmware/export/config-ondavx767.h
@@ -104,6 +104,14 @@
104/* Define this if you have the Jz4740 internal codec */ 104/* Define this if you have the Jz4740 internal codec */
105#define HAVE_JZ4740_CODEC 105#define HAVE_JZ4740_CODEC
106 106
107/* Define bitmask of input sources - recordable bitmask can be defined
108 explicitly if different */
109#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
110
111/* Tuner config */
112#define CONFIG_TUNER TEA5767
113#define CONFIG_TUNER_XTAL 32768
114
107/* Define this if you have a speaker */ 115/* Define this if you have a speaker */
108//#define HAVE_SPEAKER 116//#define HAVE_SPEAKER
109 117