Searched defs:snd_seq_client_info (Results 1 – 2 of 2) sorted by relevance
267 struct snd_seq_client_info { struct269 int client;270 snd_seq_client_type_t type;271 char name[64];272 unsigned int filter;274 unsigned char multicast_filter[8];275 unsigned char event_filter[32];276 int num_ports;277 int event_lost;279 char reserved[64];
350 struct snd_seq_client_info { struct351 int client; /* client number to inquire */352 snd_seq_client_type_t type; /* client type */353 char name[64]; /* client name */354 unsigned int filter; /* filter flags */355 unsigned char multicast_filter[8]; /* multicast filter bitmap */356 unsigned char event_filter[32]; /* event filter bitmap */357 int num_ports; /* RO: number of ports */358 int event_lost; /* number of lost events */359 char reserved[64]; /* for future use */