[listener/player] Adjust code comment for LISTENER_SPEAKER event

This commit is contained in:
chme 2017-11-19 21:24:37 +01:00 committed by ejurgensen
parent 00e9a4a5d5
commit d839e8cabb
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -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)