[player/dacp/mpd] Pass absolute volume to speaker enumerate callback and

add absolute volume to mpd 'outputs' command
This commit is contained in:
chme
2016-10-23 09:42:20 +02:00
parent a549f81861
commit bdb2c74934
4 changed files with 14 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ struct player_status {
int next_pos_pl;
};
typedef void (*spk_enum_cb)(uint64_t id, const char *name, int relvol, struct spk_flags flags, void *arg);
typedef void (*spk_enum_cb)(uint64_t id, const char *name, int relvol, int absvol, struct spk_flags flags, void *arg);
struct player_history
{