Linux Kernel
3.7.1
|
#include <soundfont.h>
Data Fields | |
void * | private_data |
int(* | sample_new )(void *private_data, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr, const void __user *buf, long count) |
int(* | sample_free )(void *private_data, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr) |
void(* | sample_reset )(void *private) |
Definition at line 70 of file soundfont.h.
void* private_data |
Definition at line 71 of file soundfont.h.
int(* sample_free)(void *private_data, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr) |
Definition at line 75 of file soundfont.h.
int(* sample_new)(void *private_data, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr, const void __user *buf, long count) |
Definition at line 72 of file soundfont.h.
Definition at line 77 of file soundfont.h.