Home
last modified time | relevance | path

Searched refs:synths (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_synth.c220 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 …]
Dseq_oss_device.h99 struct seq_oss_synthinfo synths[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS]; member
Dseq_oss_event.c293 info = &dp->synths[dev]; in note_on_event()
353 info = &dp->synths[dev]; in note_off_event()
/linux-4.4.14/drivers/staging/speakup/
Dsynth.c21 static struct spk_synth *synths[MAXSYNTHS]; variable
365 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 …]
DKconfig166 output to software synths such as espeak, festival,
/linux-4.4.14/sound/core/seq/
Dseq_midi.c71 static struct seq_midisynth_client *synths[SNDRV_CARDS]; variable
316 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()