mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
plugins: Oscilloscope & VU Meter: Support USB audio
Also show current mixer frequency in title of VU meter, and adjust the menu title from "VU Meter Menu" to just "VU Meter" Change-Id: I5bf8f55a3c9874618cac939fe32a611ac96f52ff
This commit is contained in:
parent
0551c4a780
commit
4095b13d52
4 changed files with 91 additions and 27 deletions
|
|
@ -994,6 +994,9 @@ struct plugin_api {
|
|||
void (*add_playbacklog)(struct mp3entry *id3);
|
||||
struct battery_tables_t *device_battery_tables;
|
||||
bool (*yesno_pop_confirm)(const char* text);
|
||||
#ifdef USB_ENABLE_AUDIO
|
||||
bool (*usb_audio_get_playing)(void);
|
||||
#endif
|
||||
};
|
||||
|
||||
/* plugin header */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue