Home
last modified time | relevance | path

Searched refs:seq_oss_synth (Results 1 – 2 of 2) sorted by relevance

/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c37 struct seq_oss_synth { struct
59 static struct seq_oss_synth *synth_devs[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS]; argument
60 static struct seq_oss_synth midi_synth_dev = {
73 static struct seq_oss_synth *get_synthdev(struct seq_oss_devinfo *dp, int dev);
93 struct seq_oss_synth *rec; in snd_seq_oss_synth_probe()
144 struct seq_oss_synth *rec = dev->driver_data; in snd_seq_oss_synth_remove()
180 static struct seq_oss_synth *
183 struct seq_oss_synth *rec; in get_sdev()
203 struct seq_oss_synth *rec; in snd_seq_oss_synth_setup()
296 struct seq_oss_synth *rec; in snd_seq_oss_synth_cleanup()
[all …]
H A DMakefile8 seq_oss_event.o seq_oss_rw.o seq_oss_synth.o \