|
Linux Kernel
3.7.1
|
#include <soundfont.h>
Data Fields | |
| struct snd_sf_zone * | next |
| unsigned char | bank |
| unsigned char | instr |
| unsigned char | mapped |
| struct soundfont_voice_info | v |
| int | counter |
| struct snd_sf_sample * | sample |
| struct snd_sf_zone * | next_instr |
| struct snd_sf_zone * | next_zone |
Definition at line 32 of file soundfont.h.
| unsigned char bank |
Definition at line 34 of file soundfont.h.
| int counter |
Definition at line 39 of file soundfont.h.
Definition at line 35 of file soundfont.h.
| unsigned char mapped |
Definition at line 36 of file soundfont.h.
| struct snd_sf_zone* next |
Definition at line 33 of file soundfont.h.
| struct snd_sf_zone* next_instr |
Definition at line 43 of file soundfont.h.
| struct snd_sf_zone* next_zone |
Definition at line 44 of file soundfont.h.
Definition at line 40 of file soundfont.h.
Definition at line 38 of file soundfont.h.
1.8.2