mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
core: move rtpoll to thread_info sub structure
This commit is contained in:
parent
58d441f7ea
commit
4eb59fb90e
6 changed files with 16 additions and 16 deletions
|
|
@ -102,7 +102,6 @@ struct pa_sink {
|
|||
pa_bool_t save_muted:1;
|
||||
|
||||
pa_asyncmsgq *asyncmsgq;
|
||||
pa_rtpoll *rtpoll;
|
||||
|
||||
pa_memchunk silence;
|
||||
|
||||
|
|
@ -156,6 +155,8 @@ struct pa_sink {
|
|||
pa_sink_state_t state;
|
||||
pa_hashmap *inputs;
|
||||
|
||||
pa_rtpoll *rtpoll;
|
||||
|
||||
pa_cvolume soft_volume;
|
||||
pa_bool_t soft_muted:1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue