Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/seq/
Dseq_ports.h35 struct snd_seq_port_subs_info { struct
36 struct list_head list_head; /* list of subscribed ports */
37 unsigned int count; /* count of subscribers */
38 unsigned int exclusive: 1; /* exclusive mode */
39 struct rw_semaphore list_mutex;
40 rwlock_t list_lock;
41 int (*open)(void *private_data, struct snd_seq_port_subscribe *info);
65 struct snd_seq_port_subs_info c_src; /* read (sender) list */ argument