Linux Kernel
3.7.1
|
#include <soundfont.h>
Definition at line 83 of file soundfont.h.
Definition at line 94 of file soundfont.h.
struct snd_soundfont* currsf |
Definition at line 84 of file soundfont.h.
struct snd_soundfont* fonts |
Definition at line 88 of file soundfont.h.
int fonts_size |
Definition at line 89 of file soundfont.h.
spinlock_t lock |
Definition at line 97 of file soundfont.h.
int mem_used |
Definition at line 86 of file soundfont.h.
struct snd_util_memhdr* memhdr |
Definition at line 98 of file soundfont.h.
int open_client |
Definition at line 85 of file soundfont.h.
struct snd_sf_zone* presets[SF_MAX_PRESETS] |
Definition at line 87 of file soundfont.h.
int presets_locked |
Definition at line 95 of file soundfont.h.
Definition at line 96 of file soundfont.h.
int sample_counter |
Definition at line 91 of file soundfont.h.
int sample_locked |
Definition at line 93 of file soundfont.h.
int zone_counter |
Definition at line 90 of file soundfont.h.
int zone_locked |
Definition at line 92 of file soundfont.h.