Lines Matching refs:jack
30 #include <jack/jack.h>
31 #include <jack/metadata.h>
32 #include <jack/uuid.h>
47 /* See module-jack-sink for a few comments how this module basically
57 "server_name=<jack server name> "
58 "client_name=<jack client name> "
359 pa_proplist_sets(data.proplist, PA_PROP_DEVICE_API, "jack");
363 pa_proplist_sets(data.proplist, "jack.client_name", jack_get_client_name(u->client));
389 if (!(u->thread = pa_thread_new("jack-source", thread_func, u))) {