volume: added PIPE_EVENT_MIXER
Flush the hardware volume cache, and send the MIXER idle event. This allows mixer plugins to detect volume changes.
This commit is contained in:
@@ -41,6 +41,9 @@ enum pipe_event {
|
||||
/** SIGHUP received: reload configuration, roll log file */
|
||||
PIPE_EVENT_RELOAD,
|
||||
|
||||
/** a hardware mixer plugin has detected a change */
|
||||
PIPE_EVENT_MIXER,
|
||||
|
||||
PIPE_EVENT_MAX
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user