Linux Kernel
3.7.1
|
#include <soundfont.h>
Data Fields | |
struct snd_soundfont * | next |
short | id |
short | type |
unsigned char | name [SNDRV_SFNT_PATCH_NAME_LEN] |
struct snd_sf_zone * | zones |
struct snd_sf_sample * | samples |
Definition at line 57 of file soundfont.h.
Definition at line 60 of file soundfont.h.
unsigned char name[SNDRV_SFNT_PATCH_NAME_LEN] |
Definition at line 62 of file soundfont.h.
struct snd_soundfont* next |
Definition at line 58 of file soundfont.h.
struct snd_sf_sample* samples |
Definition at line 64 of file soundfont.h.
Definition at line 61 of file soundfont.h.
struct snd_sf_zone* zones |
Definition at line 63 of file soundfont.h.