|
Linux Kernel
3.7.1
|
#include <seq_clientmgr.h>
Public Member Functions | |
| DECLARE_BITMAP (event_filter, 256) | |
Data Fields | |
| snd_seq_client_type_t | type |
| unsigned int | accept_input: 1 |
| unsigned int | accept_output: 1 |
| char | name [64] |
| int | number |
| unsigned int | filter |
| snd_use_lock_t | use_lock |
| int | event_lost |
| int | num_ports |
| struct list_head | ports_list_head |
| rwlock_t | ports_lock |
| struct mutex | ports_mutex |
| int | convert32 |
| struct snd_seq_pool * | pool |
| union { | |
| struct snd_seq_user_client user | |
| struct snd_seq_kernel_client kernel | |
| } | data |
Definition at line 47 of file seq_clientmgr.h.
| DECLARE_BITMAP | ( | event_filter | , |
| 256 | |||
| ) |
| unsigned int accept_input |
Definition at line 49 of file seq_clientmgr.h.
| unsigned int accept_output |
Definition at line 49 of file seq_clientmgr.h.
| int convert32 |
Definition at line 62 of file seq_clientmgr.h.
| union { ... } data |
| int event_lost |
Definition at line 56 of file seq_clientmgr.h.
| unsigned int filter |
Definition at line 53 of file seq_clientmgr.h.
| struct snd_seq_kernel_client kernel |
Definition at line 69 of file seq_clientmgr.h.
| char name[64] |
Definition at line 51 of file seq_clientmgr.h.
| int num_ports |
Definition at line 58 of file seq_clientmgr.h.
| int number |
Definition at line 52 of file seq_clientmgr.h.
Definition at line 65 of file seq_clientmgr.h.
Definition at line 59 of file seq_clientmgr.h.
| rwlock_t ports_lock |
Definition at line 60 of file seq_clientmgr.h.
Definition at line 61 of file seq_clientmgr.h.
Definition at line 48 of file seq_clientmgr.h.
| snd_use_lock_t use_lock |
Definition at line 55 of file seq_clientmgr.h.
Definition at line 68 of file seq_clientmgr.h.
1.8.2