Searched defs:snd_seq_client_info (Results 1 – 1 of 1) sorted by relevance
353 struct snd_seq_client_info { struct354 int client; /* client number to inquire */355 snd_seq_client_type_t type; /* client type */356 char name[64]; /* client name */357 unsigned int filter; /* filter flags */358 unsigned char multicast_filter[8]; /* multicast filter bitmap */359 unsigned char event_filter[32]; /* event filter bitmap */360 int num_ports; /* RO: number of ports */361 int event_lost; /* number of lost events */362 int card; /* RO: card number[kernel] */[all …]