More work on jack support

This commit is contained in:
Wim Taymans 2017-08-15 11:02:42 +02:00
parent 288d944579
commit 4731a0b4b8
8 changed files with 390 additions and 112 deletions

View file

@ -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 {