summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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