summaryrefslogtreecommitdiff
path: root/firmware/export/tea5767.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/tea5767.h')
-rw-r--r--firmware/export/tea5767.h8
1 files changed, 0 insertions, 8 deletions
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 @@
26#define HAVE_RADIO_REGION 26#define HAVE_RADIO_REGION
27#define HAVE_RADIO_MUTE_TIMEOUT 27#define HAVE_RADIO_MUTE_TIMEOUT
28 28
29struct tea5767_region_data
30{
31 unsigned char deemphasis; /* 0: 50us, 1: 75us */
32 unsigned char band; /* 0: europe, 1: japan (BL in TEA spec)*/
33} __attribute__((packed));
34
35extern const struct tea5767_region_data tea5767_region_data[TUNER_NUM_REGIONS];
36
37struct tea5767_dbg_info 29struct tea5767_dbg_info
38{ 30{
39 unsigned char read_regs[5]; 31 unsigned char read_regs[5];