Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | DRV_VERSION "2.11" |
#define | SYNTH_CLEAR 0x18 /* flush synth buffer */ |
#define | PROCSPEECH '\r' /* start synth processing speech char */ |
Functions | |
module_param_named (ser, synth_audptr.ser, int, S_IRUGO) | |
module_param_named (start, synth_audptr.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 (audptr_init) | |
module_exit (audptr_exit) | |
MODULE_AUTHOR ("Kirk Reiser <kirk@braille.uwo.ca>") | |
MODULE_AUTHOR ("David Borowski") | |
MODULE_DESCRIPTION ("Speakup support for Audapter synthesizer") | |
MODULE_LICENSE ("GPL") | |
MODULE_VERSION (DRV_VERSION) | |
#define DRV_VERSION "2.11" |
Definition at line 29 of file speakup_audptr.c.
Definition at line 31 of file speakup_audptr.c.
#define SYNTH_CLEAR 0x18 /* flush synth buffer */ |
Definition at line 30 of file speakup_audptr.c.
MODULE_AUTHOR | ( | "Kirk Reiser <kirk@braille.uwo.ca>" | ) |
MODULE_AUTHOR | ( | "David Borowski" | ) |
module_exit | ( | audptr_exit | ) |
module_init | ( | audptr_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | DRV_VERSION | ) |