summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/speakup_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/speakup/speakup_dummy.c')
-rw-r--r--drivers/staging/speakup/speakup_dummy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/speakup/speakup_dummy.c b/drivers/staging/speakup/speakup_dummy.c
index cb7cef3..8db7aa3 100644
--- a/drivers/staging/speakup/speakup_dummy.c
+++ b/drivers/staging/speakup/speakup_dummy.c
@@ -98,9 +98,10 @@ static struct spk_synth synth_dummy = {
.startup = SYNTH_START,
.checkval = SYNTH_CHECK,
.vars = vars,
+ .io_ops = &spk_serial_io_ops,
.probe = spk_serial_synth_probe,
.release = spk_serial_release,
- .synth_immediate = spk_synth_immediate,
+ .synth_immediate = spk_serial_synth_immediate,
.catch_up = spk_do_catch_up,
.flush = spk_synth_flush,
.is_alive = spk_synth_is_alive_restart,
OpenPOWER on IntegriCloud