Home
last modified time | relevance | path

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

/linux/sound/core/seq/oss/
A Dseq_oss_synth.c208 memset(dp->synths, 0, sizeof(dp->synths)); in snd_seq_oss_synth_setup()
217 info = &dp->synths[i]; in snd_seq_oss_synth_setup()
268 info = &dp->synths[dp->max_synthdev]; in snd_seq_oss_synth_setup_midi()
302 info = &dp->synths[i]; in snd_seq_oss_synth_cleanup()
336 return &dp->synths[dev]; in get_synthinfo_nospec()
A Dseq_oss_device.h87 struct seq_oss_synthinfo synths[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS]; member
/linux/sound/core/seq/
A Dseq_midi.c57 static struct seq_midisynth_client *synths[SNDRV_CARDS]; variable
303 client = synths[card->number]; in snd_seq_midisynth_probe()
394 synths[card->number] = client; in snd_seq_midisynth_probe()
427 client = synths[card->number]; in snd_seq_midisynth_remove()
442 synths[card->number] = NULL; in snd_seq_midisynth_remove()
/linux/drivers/accessibility/speakup/
A Dsynth.c21 static LIST_HEAD(synths);
373 list_for_each_entry(tmp, &synths, node) { in synth_init()
458 list_for_each_entry(tmp, &synths, node) { in synth_add()
469 list_add_tail(&in_synth->node, &synths); in synth_add()
A DKconfig172 output to software synths such as espeak, festival,

Completed in 8 milliseconds