staging: speakup: Add pause command used on switching to graphical mode
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 2 May 2018 00:56:10 +0000 (02:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2018 02:02:37 +0000 (19:02 -0700)
commit2610df41489f548e235171b86895d4b49e6acb1f
tree8a4d1bd2640299f6260c2ab2feec781882087c11
parenta67cfe3905a374b309353a235fd6bfba6ad367e4
staging: speakup: Add pause command used on switching to graphical mode

For software speech syntheses to be able to manage concurrent audio card
access, they need to know when speakup stops emitting text to be spoken
because the console has switched to graphical mode.  This introduces a
PAUSE command to do so.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/buffers.c
drivers/staging/speakup/main.c
drivers/staging/speakup/speakup.h
drivers/staging/speakup/speakup_dummy.c
drivers/staging/speakup/speakup_soft.c
drivers/staging/speakup/spk_types.h
drivers/staging/speakup/varhandlers.c