Home
last modified time | relevance | path

Searched refs:USER_CLIENT (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/sound/core/seq/
Dseq_clientmgr.c297 case USER_CLIENT: in seq_free_client()
358 client->type = USER_CLIENT; in snd_seq_open()
626 case USER_CLIENT: in snd_seq_deliver_single_event()
1260 if (client->type == USER_CLIENT && info.kernel) { in snd_seq_ioctl_create_port()
1875 if (cptr->type == USER_CLIENT) { in snd_seq_ioctl_get_client_pool()
1917 if (client->type == USER_CLIENT && client->data.user.fifo != NULL && in snd_seq_ioctl_set_client_pool()
1953 if (client->type == USER_CLIENT) in snd_seq_ioctl_remove_events()
2526 client->type == USER_CLIENT ? "User" : "Kernel"); in snd_seq_info_clients_read()
2532 if (client->type == USER_CLIENT && client->data.user.fifo && in snd_seq_info_clients_read()
Dseq_ports.c437 if (err >= 0 && send_ack && client->type == USER_CLIENT) in subscribe_port()
457 if (send_ack && client->type == USER_CLIENT) in unsubscribe_port()
/linux-3.3/include/sound/
Dasequencer.h405 #define USER_CLIENT ((__force snd_seq_client_type_t) 1) macro