Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
speakup_dtlk.c File Reference
#include <linux/jiffies.h>
#include <linux/sched.h>
#include <linux/timer.h>
#include <linux/kthread.h>
#include "spk_priv.h"
#include "serialio.h"
#include "speakup_dtlk.h"
#include "speakup.h"

Go to the source code of this file.

Macros

#define DRV_VERSION   "2.10"
 
#define PROCSPEECH   0x00
 

Functions

 module_param_named (port, port_forced, int, S_IRUGO)
 
 module_param_named (start, synth_dtlk.startup, short, S_IRUGO)
 
 MODULE_PARM_DESC (port,"Set the port for the synthesizer (override probing).")
 
 MODULE_PARM_DESC (start,"Start the synthesizer once it is loaded.")
 
 module_init (dtlk_init)
 
 module_exit (dtlk_exit)
 
 MODULE_AUTHOR ("Kirk Reiser <kirk@braille.uwo.ca>")
 
 MODULE_AUTHOR ("David Borowski")
 
 MODULE_DESCRIPTION ("Speakup support for DoubleTalk PC synthesizers")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_VERSION (DRV_VERSION)
 

Macro Definition Documentation

#define DRV_VERSION   "2.10"

Definition at line 36 of file speakup_dtlk.c.

#define PROCSPEECH   0x00

Definition at line 37 of file speakup_dtlk.c.

Function Documentation

MODULE_AUTHOR ( "Kirk Reiser <kirk@braille.uwo.ca>"  )
MODULE_AUTHOR ( "David Borowski"  )
MODULE_DESCRIPTION ( "Speakup support for DoubleTalk PC synthesizers"  )
module_exit ( dtlk_exit  )
module_init ( dtlk_init  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( port  ,
port_forced  ,
int  ,
S_IRUGO   
)
module_param_named ( start  ,
synth_dtlk.  startup,
short  ,
S_IRUGO   
)
MODULE_PARM_DESC ( port  ,
"Set the port for the synthesizer (override probing)."   
)
MODULE_PARM_DESC ( start  ,
"Start the synthesizer once it is loaded."   
)
MODULE_VERSION ( DRV_VERSION  )