Symbol: snd_sf_zone
include/sound/emux_synth.h
168
struct snd_sf_zone *zone; /* Zone assigned to this note */
include/sound/soundfont.h
107
struct snd_sf_zone **table, int max_layers);
include/sound/soundfont.h
20
struct snd_sf_zone *next; /* Link to next */
include/sound/soundfont.h
30
struct snd_sf_zone *next_instr; /* Next zone of this instrument */
include/sound/soundfont.h
31
struct snd_sf_zone *next_zone; /* Next zone in play list */
include/sound/soundfont.h
50
struct snd_sf_zone *zones; /* Font information */
include/sound/soundfont.h
74
struct snd_sf_zone *presets[SF_MAX_PRESETS];
sound/synth/emux/emux_synth.c
28
struct snd_sf_zone **table);
sound/synth/emux/emux_synth.c
51
struct snd_sf_zone *table[SNDRV_EMUX_MAX_MULTI_VOICES];
sound/synth/emux/emux_synth.c
69
struct snd_sf_zone *zp = table[i];
sound/synth/emux/emux_synth.c
872
struct snd_sf_zone **table)
sound/synth/emux/soundfont.c
1145
struct snd_sf_zone *cur;
sound/synth/emux/soundfont.c
1170
add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur)
sound/synth/emux/soundfont.c
1172
struct snd_sf_zone *zone;
sound/synth/emux/soundfont.c
1178
struct snd_sf_zone *p;
sound/synth/emux/soundfont.c
1203
delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp)
sound/synth/emux/soundfont.c
1206
struct snd_sf_zone *p;
sound/synth/emux/soundfont.c
1233
struct snd_sf_zone **table, int max_layers)
sound/synth/emux/soundfont.c
1259
static struct snd_sf_zone *
sound/synth/emux/soundfont.c
1263
struct snd_sf_zone *zp;
sound/synth/emux/soundfont.c
1281
int preset, int bank, struct snd_sf_zone **table,
sound/synth/emux/soundfont.c
1284
struct snd_sf_zone *zp;
sound/synth/emux/soundfont.c
1364
struct snd_sf_zone *zp, *nextzp;
sound/synth/emux/soundfont.c
1451
struct snd_sf_zone *zp, *nextzp;
sound/synth/emux/soundfont.c
297
struct snd_sf_zone *zp)
sound/synth/emux/soundfont.c
307
static struct snd_sf_zone *
sound/synth/emux/soundfont.c
31
struct snd_soundfont *sf, struct snd_sf_zone *zp);
sound/synth/emux/soundfont.c
310
struct snd_sf_zone *zp;
sound/synth/emux/soundfont.c
32
static struct snd_sf_zone *sf_zone_new(struct snd_sf_list *sflist,
sound/synth/emux/soundfont.c
376
struct snd_sf_zone *zp, *prevp;
sound/synth/emux/soundfont.c
443
struct snd_sf_zone *prev, *next, *p;
sound/synth/emux/soundfont.c
476
struct snd_sf_zone *zone;
sound/synth/emux/soundfont.c
52
static void add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur);
sound/synth/emux/soundfont.c
529
struct snd_sf_zone tmpzone;
sound/synth/emux/soundfont.c
53
static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp);
sound/synth/emux/soundfont.c
54
static struct snd_sf_zone *search_first_zone(struct snd_sf_list *sflist,
sound/synth/emux/soundfont.c
57
int preset, int bank, struct snd_sf_zone **table,
sound/synth/emux/soundfont.c
943
struct snd_sf_zone *zone;