mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
various modernizations
This commit is contained in:
parent
028aa734f8
commit
dbdc666fb6
3 changed files with 32 additions and 33 deletions
|
|
@ -1037,7 +1037,7 @@ static playback_stream* playback_stream_new(
|
|||
pa_assert(ret);
|
||||
|
||||
/* Find syncid group */
|
||||
for (ssync = pa_idxset_first(c->output_streams, &idx); ssync; ssync = pa_idxset_next(c->output_streams, &idx)) {
|
||||
PA_IDXSET_FOREACH(ssync, c->output_streams, idx) {
|
||||
|
||||
if (!playback_stream_isinstance(ssync))
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue