Searched refs:synths (Results 1 – 6 of 6) sorted by relevance
220 memset(dp->synths, 0, sizeof(dp->synths)); in snd_seq_oss_synth_setup()229 info = &dp->synths[i]; in snd_seq_oss_synth_setup()280 info = &dp->synths[dp->max_synthdev]; in snd_seq_oss_synth_setup_midi()314 info = &dp->synths[i]; in snd_seq_oss_synth_cleanup()350 if (dp->synths[dev].is_midi) in is_midi_dev()364 if (! dp->synths[dev].opened) in get_synthdev()366 if (dp->synths[dev].is_midi) in get_synthdev()407 info = &dp->synths[dev]; in snd_seq_oss_synth_reset()470 rc = rec->oper.load_patch(&dp->synths[dev].arg, fmt, buf, p, c); in snd_seq_oss_synth_load_patch()506 sysex = dp->synths[dev].sysex; in snd_seq_oss_synth_sysex()[all …]
99 struct seq_oss_synthinfo synths[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS]; member
293 info = &dp->synths[dev]; in note_on_event()353 info = &dp->synths[dev]; in note_off_event()
21 static struct spk_synth *synths[MAXSYNTHS]; variable365 for (i = 0; i < MAXSYNTHS && synths[i] != NULL; i++) in synth_init()366 if (strcmp(synths[i]->name, synth_name) == 0) in synth_init()367 synth = synths[i]; in synth_init()447 for (i = 0; i < MAXSYNTHS && synths[i] != NULL; i++) in synth_add()449 if (in_synth == synths[i]) { in synth_add()458 synths[i++] = in_synth; in synth_add()459 synths[i] = NULL; in synth_add()474 for (i = 0; synths[i] != NULL; i++) { in synth_remove()475 if (in_synth == synths[i]) in synth_remove()[all …]
166 output to software synths such as espeak, festival,
71 static struct seq_midisynth_client *synths[SNDRV_CARDS]; variable316 client = synths[card->number]; in snd_seq_midisynth_probe()407 synths[card->number] = client; in snd_seq_midisynth_probe()440 client = synths[card->number]; in snd_seq_midisynth_remove()455 synths[card->number] = NULL; in snd_seq_midisynth_remove()