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.c30 struct seq_oss_synth { struct
47 DEFINE_FREE(seq_oss_synth, struct seq_oss_synth *, if (!IS_ERR_OR_NULL(_T)) snd_use_lock_free(&(_T)… argument
53 static struct seq_oss_synth *synth_devs[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS];
54 static struct seq_oss_synth midi_synth_dev = {
67 static struct seq_oss_synth *get_synthdev(struct seq_oss_devinfo *dp, int dev);
86 struct seq_oss_synth *rec; in snd_seq_oss_synth_probe()
134 struct seq_oss_synth *rec = dev->driver_data; in snd_seq_oss_synth_remove()
166 static struct seq_oss_synth *
169 struct seq_oss_synth *rec; in get_sdev()
193 struct seq_oss_synth *rec __free(seq_oss_synth) = get_sdev(i); in snd_seq_oss_synth_setup()
[all …]
H A DMakefile8 seq_oss_event.o seq_oss_rw.o seq_oss_synth.o \