|
Linux Kernel
3.7.1
|
#include <seq_ports.h>
Data Fields | |
| struct snd_seq_addr | addr |
| struct module * | owner |
| char | name [64] |
| struct list_head | list |
| snd_use_lock_t | use_lock |
| struct snd_seq_port_subs_info | c_src |
| struct snd_seq_port_subs_info | c_dest |
| int(* | event_input )(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) |
| void(* | private_free )(void *private_data) |
| void * | private_data |
| unsigned int | callback_all: 1 |
| unsigned int | closing: 1 |
| unsigned int | timestamping: 1 |
| unsigned int | time_real: 1 |
| int | time_queue |
| unsigned int | capability |
| unsigned int | type |
| int | midi_channels |
| int | midi_voices |
| int | synth_voices |
Definition at line 60 of file seq_ports.h.
| struct snd_seq_addr addr |
Definition at line 62 of file seq_ports.h.
| struct snd_seq_port_subs_info c_dest |
Definition at line 70 of file seq_ports.h.
| struct snd_seq_port_subs_info c_src |
Definition at line 69 of file seq_ports.h.
| unsigned int callback_all |
Definition at line 76 of file seq_ports.h.
| unsigned int capability |
Definition at line 83 of file seq_ports.h.
| unsigned int closing |
Definition at line 77 of file seq_ports.h.
| int(* event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) |
Definition at line 72 of file seq_ports.h.
Definition at line 65 of file seq_ports.h.
| int midi_channels |
Definition at line 87 of file seq_ports.h.
| int midi_voices |
Definition at line 88 of file seq_ports.h.
| char name[64] |
Definition at line 64 of file seq_ports.h.
Definition at line 63 of file seq_ports.h.
| void* private_data |
Definition at line 75 of file seq_ports.h.
| void(* private_free)(void *private_data) |
Definition at line 74 of file seq_ports.h.
| int synth_voices |
Definition at line 89 of file seq_ports.h.
| int time_queue |
Definition at line 80 of file seq_ports.h.
| unsigned int time_real |
Definition at line 79 of file seq_ports.h.
| unsigned int timestamping |
Definition at line 78 of file seq_ports.h.
Definition at line 84 of file seq_ports.h.
| snd_use_lock_t use_lock |
Definition at line 66 of file seq_ports.h.
1.8.2