Lines Matching defs:client
78 int client;
79 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_CLIENT_ID, &client) < 0) {
83 return client;
136 static int snd_seq_hw_get_ump_info(snd_seq_t *seq, int client, int type, void *info)
150 buf.client = client;
172 buf.client = seq->client;
492 int fd, ver, client, fmode, ret;
590 client = snd_seq_hw_client_id(seq);
591 if (client < 0) {
593 return client;
595 seq->client = client;
602 run_mode.client = client;