mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
add suspend_within_thread() callbacks to pa_sink_input/pa_source_output
This commit is contained in:
parent
35a4a0baa8
commit
61b07768c2
6 changed files with 44 additions and 3 deletions
|
|
@ -87,6 +87,7 @@ static void reset_callbacks(pa_source_output *o) {
|
|||
o->attach = NULL;
|
||||
o->detach = NULL;
|
||||
o->suspend = NULL;
|
||||
o->suspend_within_thread = NULL;
|
||||
o->moving = NULL;
|
||||
o->kill = NULL;
|
||||
o->get_latency = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue