Home
last modified time | relevance | path

Searched refs:snd_sf_zone (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/sound/
Dsoundfont.h32 struct snd_sf_zone { struct
33 struct snd_sf_zone *next; /* Link to next */ argument
43 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ argument
44 struct snd_sf_zone *next_zone; /* Next zone in play list */ argument
63 struct snd_sf_zone *zones; /* Font information */
87 struct snd_sf_zone *presets[SF_MAX_PRESETS];
118 struct snd_sf_zone **table, int max_layers);
Demux_synth.h183 struct snd_sf_zone *zone; /* Zone assigned to this note */
/linux-4.4.14/sound/synth/emux/
Dsoundfont.c44 struct snd_soundfont *sf, struct snd_sf_zone *zp);
45 static struct snd_sf_zone *sf_zone_new(struct snd_sf_list *sflist,
64 static void add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur);
65 static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp);
66 static struct snd_sf_zone *search_first_zone(struct snd_sf_list *sflist,
69 int preset, int bank, struct snd_sf_zone **table,
350 struct snd_sf_zone *zp) in set_zone_counter()
360 static struct snd_sf_zone *
363 struct snd_sf_zone *zp; in sf_zone_new()
427 struct snd_sf_zone *zp, *prevp; in load_map()
[all …]
Demux_synth.c42 struct snd_sf_zone **table);
65 struct snd_sf_zone *table[SNDRV_EMUX_MAX_MULTI_VOICES]; in snd_emux_note_on()
84 struct snd_sf_zone *zp = table[i]; in snd_emux_note_on()
905 struct snd_sf_zone **table) in get_zone()