Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gus_mem.c File Reference
#include <linux/slab.h>
#include <linux/string.h>
#include <sound/core.h>
#include <sound/gus.h>
#include <sound/info.h>

Go to the source code of this file.

Functions

void snd_gf1_mem_lock (struct snd_gf1_mem *alloc, int xup)
 
int snd_gf1_mem_xfree (struct snd_gf1_mem *alloc, struct snd_gf1_mem_block *block)
 
struct snd_gf1_mem_blocksnd_gf1_mem_alloc (struct snd_gf1_mem *alloc, int owner, char *name, int size, int w_16, int align, unsigned int *share_id)
 
int snd_gf1_mem_free (struct snd_gf1_mem *alloc, unsigned int address)
 
int snd_gf1_mem_init (struct snd_gus_card *gus)
 
int snd_gf1_mem_done (struct snd_gus_card *gus)
 

Function Documentation

struct snd_gf1_mem_block* snd_gf1_mem_alloc ( struct snd_gf1_mem alloc,
int  owner,
char name,
int  size,
int  w_16,
int  align,
unsigned int share_id 
)
read

Definition at line 188 of file gus_mem.c.

int snd_gf1_mem_done ( struct snd_gus_card gus)

Definition at line 272 of file gus_mem.c.

int snd_gf1_mem_free ( struct snd_gf1_mem alloc,
unsigned int  address 
)

Definition at line 222 of file gus_mem.c.

int snd_gf1_mem_init ( struct snd_gus_card gus)

Definition at line 237 of file gus_mem.c.

void snd_gf1_mem_lock ( struct snd_gf1_mem alloc,
int  xup 
)

Definition at line 33 of file gus_mem.c.

int snd_gf1_mem_xfree ( struct snd_gf1_mem alloc,
struct snd_gf1_mem_block block 
)

Definition at line 78 of file gus_mem.c.