Searched defs:snd_seq_client (Results 1 – 1 of 1) sorted by relevance
33 struct snd_seq_client { struct34 snd_seq_client_type_t type; argument36 accept_output: 1;37 unsigned int midi_version;44 snd_use_lock_t use_lock;45 int event_lost;49 rwlock_t ports_lock;50 struct mutex ports_mutex;51 struct mutex ioctl_mutex;53 int ump_endpoint_port;[all …]
Completed in 4 milliseconds