Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dsoundfont.h19 struct snd_sf_zone { struct
20 struct snd_sf_zone *next; /* Link to next */ argument
30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ argument
31 struct snd_sf_zone *next_zone; /* Next zone in play list */ argument
50 struct snd_sf_zone *zones; /* Font information */
74 struct snd_sf_zone *presets[SF_MAX_PRESETS];
105 struct snd_sf_zone **table, int max_layers);
H A Demux_synth.h168 struct snd_sf_zone *zone; /* Zone assigned to this note */
/openbmc/linux/sound/synth/emux/
H A Demux_synth.c28 struct snd_sf_zone **table);
51 struct snd_sf_zone *table[SNDRV_EMUX_MAX_MULTI_VOICES]; in snd_emux_note_on()
70 struct snd_sf_zone *zp = table[i]; in snd_emux_note_on()
892 struct snd_sf_zone **table) in get_zone()