summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
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 /apps/recorder/radio.c
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 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index a0cc10ce18..7a45027933 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -81,6 +81,10 @@
81#define FM_NEXT_PRESET 81#define FM_NEXT_PRESET
82#define FM_PREV_PRESET 82#define FM_PREV_PRESET
83 83
84#elif CONFIG_KEYPAD == IRIVER_H10_PAD
85#define FM_PRESET
86#define FM_MODE
87
84#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) 88#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD)
85#define FM_PRESET 89#define FM_PRESET
86#define FM_MODE 90#define FM_MODE