mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
alsa-seq: disable the running status
Running status is not something we want in the PipeWire graph.
This commit is contained in:
parent
25d9039f2e
commit
a13f65f583
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ static int init_stream(struct seq_state *state, enum spa_direction direction)
|
||||||
snd_strerror(res));
|
snd_strerror(res));
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
snd_midi_event_no_status(stream->codec, 1);
|
||||||
memset(stream->ports, 0, sizeof(stream->ports));
|
memset(stream->ports, 0, sizeof(stream->ports));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue