jack: update for API change

This commit is contained in:
Wim Taymans 2019-06-06 15:01:41 +02:00
parent 8646c49760
commit 21e904d694

View file

@ -788,7 +788,7 @@ static void process_tee(struct client *c)
} }
static void static void
on_rtsocket_condition(void *data, int fd, enum spa_io mask) on_rtsocket_condition(void *data, int fd, uint32_t mask)
{ {
struct client *c = data; struct client *c = data;
struct timespec ts; struct timespec ts;