Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
seq_system.h File Reference
#include <sound/seq_kernel.h>

Go to the source code of this file.

Macros

#define snd_seq_system_client_ev_client_start(client)   snd_seq_system_broadcast(client, 0, SNDRV_SEQ_EVENT_CLIENT_START)
 
#define snd_seq_system_client_ev_client_exit(client)   snd_seq_system_broadcast(client, 0, SNDRV_SEQ_EVENT_CLIENT_EXIT)
 
#define snd_seq_system_client_ev_client_change(client)   snd_seq_system_broadcast(client, 0, SNDRV_SEQ_EVENT_CLIENT_CHANGE)
 
#define snd_seq_system_client_ev_port_start(client, port)   snd_seq_system_broadcast(client, port, SNDRV_SEQ_EVENT_PORT_START)
 
#define snd_seq_system_client_ev_port_exit(client, port)   snd_seq_system_broadcast(client, port, SNDRV_SEQ_EVENT_PORT_EXIT)
 
#define snd_seq_system_client_ev_port_change(client, port)   snd_seq_system_broadcast(client, port, SNDRV_SEQ_EVENT_PORT_CHANGE)
 

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)
 

Macro Definition Documentation

#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.

Function Documentation

void snd_seq_system_broadcast ( int  client,
int  port,
int  type 
)

Definition at line 94 of file seq_system.c.

void snd_seq_system_client_done ( void  )

Definition at line 166 of file seq_system.c.

int snd_seq_system_client_init ( void  )

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.