Searched defs:snd_seq_client_info (Results 1 – 1 of 1) sorted by relevance
336 struct snd_seq_client_info { struct337 int client; /* client number to inquire */338 snd_seq_client_type_t type; /* client type */339 char name[64]; /* client name */340 unsigned int filter; /* filter flags */341 unsigned char multicast_filter[8]; /* multicast filter bitmap */342 unsigned char event_filter[32]; /* event filter bitmap */343 int num_ports; /* RO: number of ports */344 int event_lost; /* number of lost events */345 int card; /* RO: card number[kernel] */[all …]