Home
last modified time | relevance | path

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

/sound/core/seq/oss/
Dseq_oss_synth.c221 memset(dp->synths, 0, sizeof(dp->synths)); in snd_seq_oss_synth_setup()
230 info = &dp->synths[i]; in snd_seq_oss_synth_setup()
281 info = &dp->synths[dp->max_synthdev]; in snd_seq_oss_synth_setup_midi()
315 info = &dp->synths[i]; in snd_seq_oss_synth_cleanup()
349 return &dp->synths[dev]; in get_synthinfo_nospec()
Dseq_oss_device.h99 struct seq_oss_synthinfo synths[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS]; member
/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()