Go to the documentation of this file.
28 #define DRV_VERSION "2.11"
29 #define SYNTH_CLEAR 0x18
30 #define PROCSPEECH '\r'
32 static struct var_t vars[] = {
35 {
RATE, .u.n = {
"\x05R%d", 5, 0, 9, 0, 0,
NULL } },
36 {
PITCH, .u.n = {
"\x05P%d", 5, 0, 9, 0, 0,
NULL } },
37 {
VOL, .u.n = {
"\x05V%d", 5, 0, 9, 0, 0,
NULL } },
38 {
TONE, .u.n = {
"\x05T%c", 12, 0, 25, 61, 0,
NULL } },
74 static struct attribute *synth_attrs[] = {
75 &caps_start_attribute.
attr,
76 &caps_stop_attribute.
attr,
77 &pitch_attribute.
attr,
81 &delay_time_attribute.
attr,
82 &direct_attribute.
attr,
83 &full_time_attribute.
attr,
84 &jiffy_delta_attribute.
attr,
85 &trigger_time_attribute.
attr,
92 .long_name =
"Transport",
109 .synth_adjust =
NULL,
110 .read_buff_add =
NULL,
119 .attrs = synth_attrs,
130 static int __init txprt_init(
void)
135 static void __exit txprt_exit(
void)