From adc472bec522e5b8bd34302cb3267cfb9a12d12c Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Mon, 26 Jul 2010 20:15:16 +0000 Subject: FM tuner region code cleanup - FS #11492 by me. This removes the tuner-specific region structs and makes each driver use the common one (which is now extended with a deemphasis field) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27579 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/tea5767.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'firmware/export/tea5767.h') diff --git a/firmware/export/tea5767.h b/firmware/export/tea5767.h index dceb0f4168..eee469d1ea 100644 --- a/firmware/export/tea5767.h +++ b/firmware/export/tea5767.h @@ -26,14 +26,6 @@ #define HAVE_RADIO_REGION #define HAVE_RADIO_MUTE_TIMEOUT -struct tea5767_region_data -{ - unsigned char deemphasis; /* 0: 50us, 1: 75us */ - unsigned char band; /* 0: europe, 1: japan (BL in TEA spec)*/ -} __attribute__((packed)); - -extern const struct tea5767_region_data tea5767_region_data[TUNER_NUM_REGIONS]; - struct tea5767_dbg_info { unsigned char read_regs[5]; -- cgit v1.2.3