fx_processor 252 sound/isa/wavefront/wavefront.c struct snd_hwdep *fx_processor; fx_processor 259 sound/isa/wavefront/wavefront.c if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0) fx_processor 261 sound/isa/wavefront/wavefront.c sprintf (fx_processor->name, "YSS225 FX Processor at 0x%lx", port); fx_processor 262 sound/isa/wavefront/wavefront.c fx_processor->ops.open = snd_wavefront_fx_open; fx_processor 263 sound/isa/wavefront/wavefront.c fx_processor->ops.release = snd_wavefront_fx_release; fx_processor 264 sound/isa/wavefront/wavefront.c fx_processor->ops.ioctl = snd_wavefront_fx_ioctl; fx_processor 266 sound/isa/wavefront/wavefront.c return fx_processor; fx_processor 357 sound/isa/wavefront/wavefront.c struct snd_hwdep *fx_processor; fx_processor 480 sound/isa/wavefront/wavefront.c fx_processor = snd_wavefront_new_fx (card, fx_processor 484 sound/isa/wavefront/wavefront.c if (fx_processor == NULL) {