Home
last modified time | relevance | path

Searched defs:snd_seq_client (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/sound/core/seq/
A Dseq_clientmgr.h34 struct snd_seq_client { struct
35 snd_seq_client_type_t type; argument
36 unsigned int accept_input: 1,
37 accept_output: 1;
39 int number; /* client number */
42 snd_use_lock_t use_lock;
43 int event_lost;
47 rwlock_t ports_lock;
48 struct mutex ports_mutex;
49 struct mutex ioctl_mutex;
[all …]

Completed in 3 milliseconds