From aa7d43f7a61998080be228f94aa3d26b5c1dfbc5 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 1 Jun 2009 21:21:29 +0000 Subject: Fix reds & yellow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21162 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondavx767.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'firmware/export/config-ondavx767.h') 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 @@ /* 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) + +/* Tuner config */ +#define CONFIG_TUNER TEA5767 +#define CONFIG_TUNER_XTAL 32768 + /* Define this if you have a speaker */ //#define HAVE_SPEAKER -- cgit v1.2.3