···18171817desc: in radio screen
18181818eng: "The preset list is full"
18191819new:
18201820+18211821+id: LANG_FM_RADIO
18221822+desc: in main menu
18231823+eng: "FM Radio"
18241824+new:
18251825+18261826+id: LANG_FM_BUTTONBAR_RECORD
18271827+desc: in main menu
18281828+eng: "Record"
18291829+new:
···199199bool set_time(char* string, int timedate[]);
200200void set_file(char* filename, char* setting, int maxlen);
201201202202+#ifdef HAVE_MAS3587F
203203+unsigned int rec_timesplit_seconds(void);
204204+#endif
205205+202206/* global settings */
203207extern struct user_settings global_settings;
204208/* name of directory where configuration, fonts and other data
···167167 0, /* AVC */
168168 0, /* Channels */
169169 8, /* Left gain */
170170- 2, /* Right gain */
170170+ 8, /* Right gain */
171171 2, /* Mic gain */
172172};
173173···21562156 case MPEG_INIT_PLAYBACK:
21572157 init_playback();
21582158 init_playback_done = true;
21592159+ break;
21602160+21612161+ case SYS_USB_CONNECTED:
21622162+ is_playing = false;
21632163+ paused = false;
21642164+ stop_playing();
21652165+#ifndef SIMULATOR
21662166+21672167+ /* Tell the USB thread that we are safe */
21682168+ DEBUGF("mpeg_thread got SYS_USB_CONNECTED\n");
21692169+ usb_acknowledge(SYS_USB_CONNECTED_ACK);
21702170+21712171+ /* Wait until the USB cable is extracted again */
21722172+ usb_wait_for_disconnect(&mpeg_queue);
21732173+#endif
21592174 break;
21602175 }
21612176 }