summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.h')
-rw-r--r--apps/recorder/radio.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/recorder/radio.h b/apps/recorder/radio.h
index fdf446dc0a..439061e579 100644
--- a/apps/recorder/radio.h
+++ b/apps/recorder/radio.h
@@ -42,6 +42,18 @@ struct fmstation
42 char name[MAX_FMPRESET_LEN+1]; 42 char name[MAX_FMPRESET_LEN+1];
43}; 43};
44 44
45struct fm_region_setting
46{
47 int lang;
48 int freq_min;
49 int freq_max;
50 int freq_step;
51#if (CONFIG_TUNER & TEA5767)
52 int deemphasis; /* 0: 50us, 1: 75us */
53 int band; /* 0: europe, 1: japan (BL in TEA spec)*/
54#endif
55};
56
45#endif 57#endif
46 58
47#endif 59#endif