Searched refs:fx_raw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 41 static int fx_raw = 1; /* if this is zero, we'll leave the FX processor in variable 88 module_param(fx_raw, int, 0444); 89 MODULE_PARM_DESC(fx_raw, "if non-zero, assume that the FX process needs help"); 2136 if (dev->israw || fx_raw) { in snd_wavefront_start() 2145 if (dev->has_fx && fx_raw) { in snd_wavefront_start()
|
/kernel/linux/linux-6.6/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 41 static int fx_raw = 1; /* if this is zero, we'll leave the FX processor in variable 88 module_param(fx_raw, int, 0444); 89 MODULE_PARM_DESC(fx_raw, "if non-zero, assume that the FX process needs help"); 2146 if (dev->israw || fx_raw) { in snd_wavefront_start() 2155 if (dev->has_fx && fx_raw) { in snd_wavefront_start()
|
Completed in 5 milliseconds