Searched refs:synth_name (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/speakup/
H A Dsynth.c347 int synth_init(char *synth_name) argument
353 if (synth_name == NULL)
356 if (strcmp(synth_name, "none") == 0) {
366 if (strcmp(synths[i]->name, synth_name) == 0)
H A Dspeakup.h112 extern char *synth_name;
H A Dmain.c64 char *synth_name; variable
65 module_param_named(synth, synth_name, charp, S_IRUGO);
2300 spk_strlwr(synth_name);
2340 synth_init(synth_name);
2366 pr_info("synth name on entry is: %s\n", synth_name);

Completed in 81 milliseconds