Home
last modified time | relevance | path

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

/sound/isa/wavefront/
A Dwavefront.c225 struct snd_hwdep *wavefront_synth; in snd_wavefront_new_synth() local
235 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) in snd_wavefront_new_synth()
237 strscpy (wavefront_synth->name, in snd_wavefront_new_synth()
239 wavefront_synth->ops.open = snd_wavefront_synth_open; in snd_wavefront_new_synth()
240 wavefront_synth->ops.release = snd_wavefront_synth_release; in snd_wavefront_new_synth()
241 wavefront_synth->ops.ioctl = snd_wavefront_synth_ioctl; in snd_wavefront_new_synth()
243 return wavefront_synth; in snd_wavefront_new_synth()
341 struct snd_hwdep *wavefront_synth; in snd_wavefront_probe() local
404 wavefront_synth = snd_wavefront_new_synth(card, hw_dev, acard); in snd_wavefront_probe()
405 if (wavefront_synth == NULL) { in snd_wavefront_probe()
[all …]
A DMakefile7 snd-wavefront-y := wavefront.o wavefront_fx.o wavefront_synth.o wavefront_midi.o

Completed in 9 milliseconds