wavefront_synth 225 sound/isa/wavefront/wavefront.c struct snd_hwdep *wavefront_synth; wavefront_synth 235 sound/isa/wavefront/wavefront.c if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) wavefront_synth 237 sound/isa/wavefront/wavefront.c strcpy (wavefront_synth->name, wavefront_synth 239 sound/isa/wavefront/wavefront.c wavefront_synth->ops.open = snd_wavefront_synth_open; wavefront_synth 240 sound/isa/wavefront/wavefront.c wavefront_synth->ops.release = snd_wavefront_synth_release; wavefront_synth 241 sound/isa/wavefront/wavefront.c wavefront_synth->ops.ioctl = snd_wavefront_synth_ioctl; wavefront_synth 243 sound/isa/wavefront/wavefront.c return wavefront_synth; wavefront_synth 354 sound/isa/wavefront/wavefront.c struct snd_hwdep *wavefront_synth; wavefront_synth 414 sound/isa/wavefront/wavefront.c wavefront_synth = snd_wavefront_new_synth(card, hw_dev, acard); wavefront_synth 415 sound/isa/wavefront/wavefront.c if (wavefront_synth == NULL) { wavefront_synth 420 sound/isa/wavefront/wavefront.c strcpy (wavefront_synth->name, "ICS2115 Wavetable MIDI Synthesizer"); wavefront_synth 421 sound/isa/wavefront/wavefront.c wavefront_synth->iface = SNDRV_HWDEP_IFACE_ICS2115;