Linux Kernel
3.7.1
|
#include "emu10k1_synth_local.h"
Go to the source code of this file.
Macros | |
#define | BLANK_LOOP_START 4 |
#define | BLANK_LOOP_END 8 |
#define | BLANK_LOOP_SIZE 12 |
#define | BLANK_HEAD_SIZE 32 |
Functions | |
int | snd_emu10k1_sample_new (struct snd_emux *rec, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr, const void __user *data, long count) |
int | snd_emu10k1_sample_free (struct snd_emux *rec, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr) |
#define BLANK_HEAD_SIZE 32 |
Definition at line 32 of file emu10k1_patch.c.
#define BLANK_LOOP_END 8 |
Definition at line 30 of file emu10k1_patch.c.
#define BLANK_LOOP_SIZE 12 |
Definition at line 31 of file emu10k1_patch.c.
#define BLANK_LOOP_START 4 |
Definition at line 29 of file emu10k1_patch.c.
int snd_emu10k1_sample_free | ( | struct snd_emux * | rec, |
struct snd_sf_sample * | sp, | ||
struct snd_util_memhdr * | hdr | ||
) |
Definition at line 214 of file emu10k1_patch.c.
int snd_emu10k1_sample_new | ( | struct snd_emux * | rec, |
struct snd_sf_sample * | sp, | ||
struct snd_util_memhdr * | hdr, | ||
const void __user * | data, | ||
long | count | ||
) |
Definition at line 38 of file emu10k1_patch.c.