mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
More work on jack support
This commit is contained in:
parent
288d944579
commit
4731a0b4b8
8 changed files with 390 additions and 112 deletions
|
|
@ -19,10 +19,13 @@
|
|||
|
||||
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 jack_server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue