mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
jack: handle suspend
This commit is contained in:
parent
0bc34d5301
commit
f50a5ca215
1 changed files with 1 additions and 0 deletions
|
|
@ -1174,6 +1174,7 @@ static int client_node_command(void *object, const struct spa_command *command)
|
|||
pw_log_debug(NAME" %p: got command %d", c, SPA_COMMAND_TYPE(command));
|
||||
|
||||
switch (SPA_NODE_COMMAND_ID(command)) {
|
||||
case SPA_NODE_COMMAND_Suspend:
|
||||
case SPA_NODE_COMMAND_Pause:
|
||||
if (c->started) {
|
||||
pw_loop_update_io(c->loop->loop,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue