From 7d759f6b9ca96a4a64c71ac301eb59cb9702e74c Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 14 Jul 2007 11:20:31 +0000 Subject: Do some planned radio interface cleanup since adding in the LV24020LP. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13880 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/radio.h | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'apps/recorder/radio.h') diff --git a/apps/recorder/radio.h b/apps/recorder/radio.h index f04c14d6d3..c456d3a6a3 100644 --- a/apps/recorder/radio.h +++ b/apps/recorder/radio.h @@ -44,23 +44,6 @@ struct fmstation char name[MAX_FMPRESET_LEN+1]; }; -struct fm_region_setting -{ - int freq_min; - int freq_max; - int freq_step; -#if (CONFIG_TUNER & TEA5767) - char deemphasis; /* 0: 50us, 1: 75us */ - char band; /* 0: europe, 1: japan (BL in TEA spec)*/ - /* Note: "region" parameter is just for display atm and is not compiled. */ - #define FM_REGION_ENTRY(region, fmin, fmax, fstep, deemph, band) \ - { fmin, fmax, fstep, deemph, band } -#else - #define FM_REGION_ENTRY(region, fmin, fmax, fstep, deemph, band) \ - { fmin, fmax, fstep } -#endif -}; +#endif /* CONFIG_TUNER */ -#endif - -#endif +#endif /* RADIO_H */ -- cgit v1.2.3