mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 16:25:03 -05:00
[listener/player] Adjust code comment for LISTENER_SPEAKER event
This commit is contained in:
parent
00e9a4a5d5
commit
d839e8cabb
@ -10,7 +10,7 @@ enum listener_event_type
|
||||
LISTENER_QUEUE = (1 << 1),
|
||||
/* The volume has been changed */
|
||||
LISTENER_VOLUME = (1 << 2),
|
||||
/* A speaker has been enabled or disabled */
|
||||
/* Speaker status changes (enabled/disabled or verification status) */
|
||||
LISTENER_SPEAKER = (1 << 3),
|
||||
/* Options like repeat, random has been changed */
|
||||
LISTENER_OPTIONS = (1 << 4),
|
||||
|
@ -2365,7 +2365,7 @@ playback_pause(void *arg, int *retval)
|
||||
}
|
||||
|
||||
/*
|
||||
* Notify of speaker/device changes (other than activation/deactivation)
|
||||
* Notify of speaker/device changes
|
||||
*/
|
||||
void
|
||||
player_speaker_status_trigger(void)
|
||||
|
Loading…
Reference in New Issue
Block a user