mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-03-07 04:33:59 -05:00
core: add to FIXMEs
This commit is contained in:
parent
4c29ba9c33
commit
8dd0d871a7
2 changed files with 2 additions and 0 deletions
|
|
@ -307,6 +307,7 @@ pa_sink* pa_sink_new(
|
|||
s->thread_info.max_latency = ABSOLUTE_MAX_LATENCY;
|
||||
s->thread_info.fixed_latency = flags & PA_SINK_DYNAMIC_LATENCY ? 0 : DEFAULT_FIXED_LATENCY;
|
||||
|
||||
/* FIXME: This should probably be moved to pa_sink_put() */
|
||||
pa_assert_se(pa_idxset_put(core->sinks, s, &s->index) >= 0);
|
||||
|
||||
if (s->card)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue