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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/wavefront/
H A DMakefile6 snd-wavefront-objs := wavefront.o wavefront_fx.o wavefront_synth.o wavefront_midi.o
H A Dwavefront.c289 struct snd_hwdep *wavefront_synth; local
299 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0)
301 strcpy (wavefront_synth->name,
303 wavefront_synth->ops.open = snd_wavefront_synth_open;
304 wavefront_synth->ops.release = snd_wavefront_synth_release;
305 wavefront_synth->ops.ioctl = snd_wavefront_synth_ioctl;
307 return wavefront_synth;
417 struct snd_hwdep *wavefront_synth; local
478 if ((wavefront_synth = snd_wavefront_new_synth (card, hw_dev, acard)) == NULL) {
483 strcpy (wavefront_synth
[all...]

Completed in 73 milliseconds