jack: improve activate/deactivate

Add the nodes from the RT thread.
Handle non-realtime clients, we don't need to signal them
do some sort of latency callbacks
Don't do callbacks for clients without a handler.
This commit is contained in:
Wim Taymans 2017-08-21 12:07:33 +02:00
parent bece3a013b
commit fca6808419
2 changed files with 58 additions and 17 deletions

View file

@ -27,6 +27,7 @@ struct jack_client {
struct spa_hook node_listener;
struct spa_list client_link;
bool activated;
bool realtime;
};
struct jack_server {