Lines Matching refs:wavefront_synth
238 struct snd_hwdep *wavefront_synth; in snd_wavefront_new_synth() local
248 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) in snd_wavefront_new_synth()
250 strcpy (wavefront_synth->name, in snd_wavefront_new_synth()
252 wavefront_synth->ops.open = snd_wavefront_synth_open; in snd_wavefront_new_synth()
253 wavefront_synth->ops.release = snd_wavefront_synth_release; in snd_wavefront_new_synth()
254 wavefront_synth->ops.ioctl = snd_wavefront_synth_ioctl; in snd_wavefront_new_synth()
256 return wavefront_synth; in snd_wavefront_new_synth()
367 struct snd_hwdep *wavefront_synth; in snd_wavefront_probe() local
427 wavefront_synth = snd_wavefront_new_synth(card, hw_dev, acard); in snd_wavefront_probe()
428 if (wavefront_synth == NULL) { in snd_wavefront_probe()
433 strcpy (wavefront_synth->name, "ICS2115 Wavetable MIDI Synthesizer"); in snd_wavefront_probe()
434 wavefront_synth->iface = SNDRV_HWDEP_IFACE_ICS2115; in snd_wavefront_probe()