Searched defs:synth_ltlk (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/speakup/
H A Dspeakup_ltlk.c104 static struct spk_synth synth_ltlk = { variable in typeref:struct:spk_synth
172 module_param_named(ser, synth_ltlk.ser, int, S_IRUGO);
173 module_param_named(start, synth_ltlk.startup, short, S_IRUGO);
180 return synth_add(&synth_ltlk);
185 synth_remove(&synth_ltlk);

Completed in 217 milliseconds