Searched defs:snd_seq_client (Results 1 – 2 of 2) sorted by relevance
101680 struct snd_seq_client { struct101681 snd_seq_client_type_t type; argument101682 unsigned int accept_input: 1;101683 unsigned int accept_output: 1;101684 char name[64];101685 int number;101686 unsigned int filter;101687 long unsigned int event_filter[4];101688 snd_use_lock_t use_lock;101689 int event_lost;[all …]