Lines Matching +full:0 +full:x05
16 #define SYNTH_CLEAR 0x18 /* flush synth buffer */
23 { CAPS_START, .u.s = {"\x05[f99]" } },
24 { CAPS_STOP, .u.s = {"\x05[f80]" } },
25 { RATE, .u.n = {"\x05[r%d]", 10, 0, 20, 100, -10, NULL } },
26 { PITCH, .u.n = {"\x05[f%d]", 80, 39, 4500, 0, 0, NULL } },
27 { VOL, .u.n = {"\x05[g%d]", 21, 0, 40, 0, 0, NULL } },
28 { TONE, .u.n = {"\x05[s%d]", 9, 0, 63, 0, 0, NULL } },
29 { PUNCT, .u.n = {"\x05[A%c]", 0, 0, 3, 0, 0, "nmsa" } },
30 { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
87 .init = "\x05[D1]\x05[Ol]",
110 .lowindex = 0,
111 .highindex = 0,
112 .currindex = 0,
129 unsigned char test = 0; in synth_version()
132 synth->synth_immediate(synth, "\x05[Q]"); in synth_version()
139 synth_id[++test] = 0x00; in synth_version()
141 if (synth_id[0] == 'A') in synth_version()
150 if (failed == 0) in synth_probe()
153 return 0; in synth_probe()
160 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");