Lines Matching defs:wavefront_synth
224 struct snd_hwdep *wavefront_synth;
234 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0)
236 strcpy (wavefront_synth->name,
238 wavefront_synth->ops.open = snd_wavefront_synth_open;
239 wavefront_synth->ops.release = snd_wavefront_synth_release;
240 wavefront_synth->ops.ioctl = snd_wavefront_synth_ioctl;
242 return wavefront_synth;
340 struct snd_hwdep *wavefront_synth;
403 wavefront_synth = snd_wavefront_new_synth(card, hw_dev, acard);
404 if (wavefront_synth == NULL) {
409 strcpy (wavefront_synth->name, "ICS2115 Wavetable MIDI Synthesizer");
410 wavefront_synth->iface = SNDRV_HWDEP_IFACE_ICS2115;