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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/radio.h b/apps/recorder/radio.h
index bbc35b71aa..4647ae2756 100644
--- a/apps/recorder/radio.h
+++ b/apps/recorder/radio.h
@@ -32,6 +32,9 @@ void radio_pause(void);
32void radio_stop(void); 32void radio_stop(void);
33bool radio_hardware_present(void); 33bool radio_hardware_present(void);
34bool in_radio_screen(void); 34bool in_radio_screen(void);
35/* callbacks for the radio settings */
36void set_radio_region(int region);
37void toggle_mono_mode(bool mono);
35 38
36#define MAX_FMPRESET_LEN 27 39#define MAX_FMPRESET_LEN 27
37 40
@@ -43,7 +46,6 @@ struct fmstation
43 46
44struct fm_region_setting 47struct fm_region_setting
45{ 48{
46 int lang;
47 int freq_min; 49 int freq_min;
48 int freq_max; 50 int freq_max;
49 int freq_step; 51 int freq_step;