Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
speakup_ltlk.c File Reference
#include "speakup.h"
#include "spk_priv.h"
#include "serialio.h"
#include "speakup_dtlk.h"

Go to the source code of this file.

Macros

#define DRV_VERSION   "2.11"
 
#define PROCSPEECH   0x0d
 

Functions

 module_param_named (ser, synth_ltlk.ser, int, S_IRUGO)
 
 module_param_named (start, synth_ltlk.startup, short, S_IRUGO)
 
 MODULE_PARM_DESC (ser,"Set the serial port for the synthesizer (0-based).")
 
 MODULE_PARM_DESC (start,"Start the synthesizer once it is loaded.")
 
 module_init (ltlk_init)
 
 module_exit (ltlk_exit)
 
 MODULE_AUTHOR ("Kirk Reiser <kirk@braille.uwo.ca>")
 
 MODULE_AUTHOR ("David Borowski")
 
 MODULE_DESCRIPTION ("Speakup support for DoubleTalk LT/LiteTalk synthesizers")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_VERSION (DRV_VERSION)
 

Macro Definition Documentation

#define DRV_VERSION   "2.11"

Definition at line 30 of file speakup_ltlk.c.

#define PROCSPEECH   0x0d

Definition at line 31 of file speakup_ltlk.c.

Function Documentation

MODULE_AUTHOR ( "Kirk Reiser <kirk@braille.uwo.ca>"  )
MODULE_AUTHOR ( "David Borowski"  )
MODULE_DESCRIPTION ( "Speakup support for DoubleTalk LT/LiteTalk synthesizers"  )
module_exit ( ltlk_exit  )
module_init ( ltlk_init  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( ser  ,
synth_ltlk.  ser,
int  ,
S_IRUGO   
)
module_param_named ( start  ,
synth_ltlk.  startup,
short  ,
S_IRUGO   
)
MODULE_PARM_DESC ( ser  ,
"Set the serial port for the synthesizer (0-based)."   
)
MODULE_PARM_DESC ( start  ,
"Start the synthesizer once it is loaded."   
)
MODULE_VERSION ( DRV_VERSION  )