Linux Kernel
3.7.1
|
#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_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) |
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) |
|
read |
int snd_gf1_mem_done | ( | struct snd_gus_card * | gus | ) |
int snd_gf1_mem_free | ( | struct snd_gf1_mem * | alloc, |
unsigned int | address | ||
) |
int snd_gf1_mem_init | ( | struct snd_gus_card * | gus | ) |
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 | ||
) |