Linux Kernel
3.7.1
|
#include <sound/seq_kernel.h>
Go to the source code of this file.
Functions | |
void | snd_seq_system_broadcast (int client, int port, int type) |
int | snd_seq_system_notify (int client, int port, struct snd_seq_event *ev) |
int | snd_seq_system_client_init (void) |
void | snd_seq_system_client_done (void) |
#define snd_seq_system_client_ev_client_change | ( | client | ) | snd_seq_system_broadcast(client, 0, SNDRV_SEQ_EVENT_CLIENT_CHANGE) |
Definition at line 32 of file seq_system.h.
#define snd_seq_system_client_ev_client_exit | ( | client | ) | snd_seq_system_broadcast(client, 0, SNDRV_SEQ_EVENT_CLIENT_EXIT) |
Definition at line 31 of file seq_system.h.
#define snd_seq_system_client_ev_client_start | ( | client | ) | snd_seq_system_broadcast(client, 0, SNDRV_SEQ_EVENT_CLIENT_START) |
Definition at line 30 of file seq_system.h.
#define snd_seq_system_client_ev_port_change | ( | client, | |
port | |||
) | snd_seq_system_broadcast(client, port, SNDRV_SEQ_EVENT_PORT_CHANGE) |
Definition at line 35 of file seq_system.h.
#define snd_seq_system_client_ev_port_exit | ( | client, | |
port | |||
) | snd_seq_system_broadcast(client, port, SNDRV_SEQ_EVENT_PORT_EXIT) |
Definition at line 34 of file seq_system.h.
#define snd_seq_system_client_ev_port_start | ( | client, | |
port | |||
) | snd_seq_system_broadcast(client, port, SNDRV_SEQ_EVENT_PORT_START) |
Definition at line 33 of file seq_system.h.
Definition at line 94 of file seq_system.c.
Definition at line 166 of file seq_system.c.
Definition at line 122 of file seq_system.c.
int snd_seq_system_notify | ( | int | client, |
int | port, | ||
struct snd_seq_event * | ev | ||
) |
Definition at line 105 of file seq_system.c.