Searched refs:snd_sf_zone (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | soundfont.h | 19 struct snd_sf_zone { struct 20 struct snd_sf_zone *next; /* Link to next */ 30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ 31 struct snd_sf_zone *next_zone; /* Next zone in play list */ 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 D | emux_synth.h | 168 struct snd_sf_zone *zone; /* Zone assigned to this note */
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soundfont.h | 19 struct snd_sf_zone { struct 20 struct snd_sf_zone *next; /* Link to next */ 30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ 31 struct snd_sf_zone *next_zone; /* Next zone in play list */ 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 D | emux_synth.h | 168 struct snd_sf_zone *zone; /* Zone assigned to this note */
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | soundfont.c | 31 struct snd_soundfont *sf, struct snd_sf_zone *zp); 32 static struct snd_sf_zone *sf_zone_new(struct snd_sf_list *sflist, 51 static void add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur); 52 static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp); 53 static struct snd_sf_zone *search_first_zone(struct snd_sf_list *sflist, 56 int preset, int bank, struct snd_sf_zone **table, 337 struct snd_sf_zone *zp) in set_zone_counter() 347 static struct snd_sf_zone * 350 struct snd_sf_zone *zp; in sf_zone_new() 414 struct snd_sf_zone *z in load_map() [all...] |
H A D | emux_synth.c | 28 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() 891 struct snd_sf_zone **table) in get_zone()
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | soundfont.c | 31 struct snd_soundfont *sf, struct snd_sf_zone *zp); 32 static struct snd_sf_zone *sf_zone_new(struct snd_sf_list *sflist, 51 static void add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur); 52 static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp); 53 static struct snd_sf_zone *search_first_zone(struct snd_sf_list *sflist, 56 int preset, int bank, struct snd_sf_zone **table, 337 struct snd_sf_zone *zp) in set_zone_counter() 347 static struct snd_sf_zone * 350 struct snd_sf_zone *zp; in sf_zone_new() 416 struct snd_sf_zone *z in load_map() [all...] |
H A D | emux_synth.c | 28 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()
|
Completed in 7 milliseconds