Home
last modified time | relevance | path

Searched refs:softsynth_is_alive (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/speakup/
Dspeakup_soft.c40 static int softsynth_is_alive(struct spk_synth *synth);
142 .is_alive = softsynth_is_alive,
343 static int softsynth_is_alive(struct spk_synth *synth) in softsynth_is_alive() function