From c495cdae5926c9245d7c943c72a97206d4a0e22a Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sun, 11 Nov 2007 16:00:33 +0000 Subject: 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 --- apps/recorder/radio.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/recorder/radio.c') 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 @@ #define FM_NEXT_PRESET #define FM_PREV_PRESET +#elif CONFIG_KEYPAD == IRIVER_H10_PAD +#define FM_PRESET +#define FM_MODE + #elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) #define FM_PRESET #define FM_MODE -- cgit v1.2.3