mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
jack: move more stuff to nodes and ports
Improve cleanup and registration of jack clients
This commit is contained in:
parent
5e593563af
commit
27f811d726
6 changed files with 784 additions and 385 deletions
|
|
@ -17,15 +17,15 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
struct jack_server;
|
||||
|
||||
struct jack_client {
|
||||
int ref_num;
|
||||
void *data;
|
||||
struct client *owner;
|
||||
struct jack_client_control *control;
|
||||
struct pw_jack_node *node;
|
||||
int fd; /* notify fd */
|
||||
struct spa_hook node_listener;
|
||||
struct spa_list graph_link;
|
||||
struct spa_list client_link;
|
||||
};
|
||||
|
||||
struct jack_server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue