Go to the documentation of this file.
30 #define PROCSPEECH '\n'
31 #define DRV_VERSION "2.11"
32 #define SYNTH_CLEAR '!'
34 static struct var_t vars[] = {
37 {
RATE, .u.n = {
"RATE %d\n", 8, 1, 16, 0, 0,
NULL } },
38 {
PITCH, .u.n = {
"PITCH %d\n", 8, 0, 16, 0, 0,
NULL } },
39 {
VOL, .u.n = {
"VOL %d\n", 8, 0, 16, 0, 0,
NULL } },
40 {
TONE, .u.n = {
"TONE %d\n", 8, 0, 16, 0, 0,
NULL } },
76 static struct attribute *synth_attrs[] = {
77 &caps_start_attribute.
attr,
78 &caps_stop_attribute.
attr,
79 &pitch_attribute.
attr,
83 &delay_time_attribute.
attr,
84 &direct_attribute.
attr,
85 &full_time_attribute.
attr,
86 &jiffy_delta_attribute.
attr,
87 &trigger_time_attribute.
attr,
111 .synth_adjust =
NULL,
112 .read_buff_add =
NULL,
121 .attrs = synth_attrs,
132 static int __init dummy_init(
void)
137 static void __exit dummy_exit(
void)