mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 05:27:01 +03:00
fix spdif+spotify stuttering and refactor stats => add pseudo_idle chained callbacks
This commit is contained in:
@@ -14,6 +14,8 @@ typedef struct {
|
||||
int active;
|
||||
} monitor_gpio_t;
|
||||
|
||||
extern void (*pseudo_idle_svc)(uint32_t now);
|
||||
|
||||
extern void (*jack_handler_svc)(bool inserted);
|
||||
extern bool jack_inserted_svc(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user