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

Go to the source code of this file.

Data Structures

struct  snd_seq_event_cell
 
struct  snd_seq_pool
 

Functions

void snd_seq_cell_free (struct snd_seq_event_cell *cell)
 
int snd_seq_event_dup (struct snd_seq_pool *pool, struct snd_seq_event *event, struct snd_seq_event_cell **cellp, int nonblock, struct file *file)
 
int snd_seq_pool_init (struct snd_seq_pool *pool)
 
int snd_seq_pool_done (struct snd_seq_pool *pool)
 
struct snd_seq_poolsnd_seq_pool_new (int poolsize)
 
int snd_seq_pool_delete (struct snd_seq_pool **pool)
 
int snd_sequencer_memory_init (void)
 
void snd_sequencer_memory_done (void)
 
int snd_seq_pool_poll_wait (struct snd_seq_pool *pool, struct file *file, poll_table *wait)
 
void snd_seq_info_pool (struct snd_info_buffer *buffer, struct snd_seq_pool *pool, char *space)
 

Function Documentation

void snd_seq_cell_free ( struct snd_seq_event_cell cell)

Definition at line 186 of file seq_memory.c.

int snd_seq_event_dup ( struct snd_seq_pool pool,
struct snd_seq_event event,
struct snd_seq_event_cell **  cellp,
int  nonblock,
struct file file 
)

Definition at line 289 of file seq_memory.c.

void snd_seq_info_pool ( struct snd_info_buffer buffer,
struct snd_seq_pool pool,
char space 
)

Definition at line 511 of file seq_memory.c.

int snd_seq_pool_delete ( struct snd_seq_pool **  pool)

Definition at line 486 of file seq_memory.c.

int snd_seq_pool_done ( struct snd_seq_pool pool)

Definition at line 415 of file seq_memory.c.

int snd_seq_pool_init ( struct snd_seq_pool pool)

Definition at line 378 of file seq_memory.c.

struct snd_seq_pool* snd_seq_pool_new ( int  poolsize)
read

Definition at line 460 of file seq_memory.c.

int snd_seq_pool_poll_wait ( struct snd_seq_pool pool,
struct file file,
poll_table wait 
)

Definition at line 369 of file seq_memory.c.

void snd_sequencer_memory_done ( void  )

Definition at line 505 of file seq_memory.c.

int snd_sequencer_memory_init ( void  )

Definition at line 499 of file seq_memory.c.