Searched refs:wavefront_synth (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/wavefront/ |
H A D | wavefront.c | 225 struct snd_hwdep *wavefront_synth; in snd_wavefront_new_synth() local 235 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) in snd_wavefront_new_synth() 237 strcpy (wavefront_synth->name, in snd_wavefront_new_synth() 239 wavefront_synth->ops.open = snd_wavefront_synth_open; in snd_wavefront_new_synth() 240 wavefront_synth->ops.release = snd_wavefront_synth_release; in snd_wavefront_new_synth() 241 wavefront_synth->ops.ioctl = snd_wavefront_synth_ioctl; in snd_wavefront_new_synth() 243 return wavefront_synth; in snd_wavefront_new_synth() 354 struct snd_hwdep *wavefront_synth; in snd_wavefront_probe() local 415 wavefront_synth = snd_wavefront_new_synth(card, hw_dev, acard); in snd_wavefront_probe() 416 if (wavefront_synth in snd_wavefront_probe() [all...] |
H A D | Makefile | 7 snd-wavefront-objs := wavefront.o wavefront_fx.o wavefront_synth.o wavefront_midi.o
|
/kernel/linux/linux-6.6/sound/isa/wavefront/ |
H A D | wavefront.c | 224 struct snd_hwdep *wavefront_synth; in snd_wavefront_new_synth() local 234 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) in snd_wavefront_new_synth() 236 strcpy (wavefront_synth->name, in snd_wavefront_new_synth() 238 wavefront_synth->ops.open = snd_wavefront_synth_open; in snd_wavefront_new_synth() 239 wavefront_synth->ops.release = snd_wavefront_synth_release; in snd_wavefront_new_synth() 240 wavefront_synth->ops.ioctl = snd_wavefront_synth_ioctl; in snd_wavefront_new_synth() 242 return wavefront_synth; in snd_wavefront_new_synth() 340 struct snd_hwdep *wavefront_synth; in snd_wavefront_probe() local 403 wavefront_synth = snd_wavefront_new_synth(card, hw_dev, acard); in snd_wavefront_probe() 404 if (wavefront_synth in snd_wavefront_probe() [all...] |
H A D | Makefile | 7 snd-wavefront-objs := wavefront.o wavefront_fx.o wavefront_synth.o wavefront_midi.o
|
Completed in 3 milliseconds