Lines Matching defs:wavefront_synth
225 struct snd_hwdep *wavefront_synth;
235 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0)
237 strcpy (wavefront_synth->name,
239 wavefront_synth->ops.open = snd_wavefront_synth_open;
240 wavefront_synth->ops.release = snd_wavefront_synth_release;
241 wavefront_synth->ops.ioctl = snd_wavefront_synth_ioctl;
243 return wavefront_synth;
354 struct snd_hwdep *wavefront_synth;
415 wavefront_synth = snd_wavefront_new_synth(card, hw_dev, acard);
416 if (wavefront_synth == NULL) {
421 strcpy (wavefront_synth->name, "ICS2115 Wavetable MIDI Synthesizer");
422 wavefront_synth->iface = SNDRV_HWDEP_IFACE_ICS2115;