fx_raw 41 sound/isa/wavefront/wavefront_synth.c static int fx_raw = 1; /* if this is zero, we'll leave the FX processor in fx_raw 88 sound/isa/wavefront/wavefront_synth.c module_param(fx_raw, int, 0444); fx_raw 89 sound/isa/wavefront/wavefront_synth.c MODULE_PARM_DESC(fx_raw, "if non-zero, assume that the FX process needs help"); fx_raw 2125 sound/isa/wavefront/wavefront_synth.c if (dev->israw || fx_raw) { fx_raw 2134 sound/isa/wavefront/wavefront_synth.c if (dev->has_fx && fx_raw) {