Home
last modified time | relevance | path

Searched refs:zp (Results 1 – 2 of 2) sorted by relevance

/sound/synth/emux/
Dsoundfont.c31 struct snd_soundfont *sf, struct snd_sf_zone *zp);
52 static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp);
337 struct snd_sf_zone *zp) in set_zone_counter() argument
339 zp->counter = sflist->zone_counter++; in set_zone_counter()
350 struct snd_sf_zone *zp; in sf_zone_new() local
352 zp = kzalloc(sizeof(*zp), GFP_KERNEL); in sf_zone_new()
353 if (!zp) in sf_zone_new()
355 zp->next = sf->zones; in sf_zone_new()
356 sf->zones = zp; in sf_zone_new()
358 init_voice_info(&zp->v); in sf_zone_new()
[all …]
Demux_synth.c70 struct snd_sf_zone *zp = table[i]; in snd_emux_note_on() local
71 if (zp && zp->v.exclusiveClass) in snd_emux_note_on()
72 exclusive_note_off(emu, port, zp->v.exclusiveClass); in snd_emux_note_on()