summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-11-11 16:00:33 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-11-11 16:00:33 +0000
commitc495cdae5926c9245d7c943c72a97206d4a0e22a (patch)
tree86afcd473d1c151ffd26fcb8e941be44a0bbbf53 /firmware/export/config-h10.h
parent496027d8bb89ba6d503b544f5652f4d1683d43af (diff)
downloadrockbox-c495cdae5926c9245d7c943c72a97206d4a0e22a.tar.gz
rockbox-c495cdae5926c9245d7c943c72a97206d4a0e22a.zip
FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the hard work in figuring out how to communicate with the tuner.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15578 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r--firmware/export/config-h10.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 039ebc588f..e1e0b54e28 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -12,7 +12,7 @@
12#define HAVE_RECORDING 12#define HAVE_RECORDING
13/* Define bitmask of input sources - recordable bitmask can be defined 13/* Define bitmask of input sources - recordable bitmask can be defined
14 explicitly if different */ 14 explicitly if different */
15#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) 15#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
16 16
17/* define the bitmask of hardware sample rates */ 17/* define the bitmask of hardware sample rates */
18#define HW_SAMPR_CAPS (SAMPR_CAP_44) 18#define HW_SAMPR_CAPS (SAMPR_CAP_44)
@@ -88,8 +88,8 @@
88#define AB_REPEAT_ENABLE 1 88#define AB_REPEAT_ENABLE 1
89 89
90/* FM Tuner */ 90/* FM Tuner */
91/*#define CONFIG_TUNER TEA5767 91#define CONFIG_TUNER TEA5767
92#define CONFIG_TUNER_XTAL 32768 *//* TODO: what is this? */ 92#define CONFIG_TUNER_XTAL 32768
93 93
94/* Define this for LCD backlight available */ 94/* Define this for LCD backlight available */
95#define HAVE_BACKLIGHT 95#define HAVE_BACKLIGHT