Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220352
b: refs/heads/master
c: c3d5d98
h: refs/heads/master
v: v3
  • Loading branch information
Christopher Brannon authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent 2637c13 commit b7afd71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d42cfe4c19a8e287d77b5bc1b33bc89c17caa4e
refs/heads/master: c3d5d988207b9581fd9b215abca3662ecc87b5be
14 changes: 7 additions & 7 deletions trunk/drivers/staging/speakup/speakup_txprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
#define PROCSPEECH '\r' /* process speech char */

static struct var_t vars[] = {
{ CAPS_START, .u.s = {"\x05P8" }},
{ CAPS_STOP, .u.s = {"\x05P5" }},
{ RATE, .u.n = {"\x05R%d", 5, 0, 9, 0, 0, NULL }},
{ PITCH, .u.n = {"\x05P%d", 5, 0, 9, 0, 0, NULL }},
{ VOL, .u.n = {"\x05V%d", 5, 0, 9, 0, 0, NULL }},
{ TONE, .u.n = {"\x05T%c", 12, 0, 25, 61, 0, NULL }},
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
{ CAPS_START, .u.s = {"\x05P8" } },
{ CAPS_STOP, .u.s = {"\x05P5" } },
{ RATE, .u.n = {"\x05R%d", 5, 0, 9, 0, 0, NULL } },
{ PITCH, .u.n = {"\x05P%d", 5, 0, 9, 0, 0, NULL } },
{ VOL, .u.n = {"\x05V%d", 5, 0, 9, 0, 0, NULL } },
{ TONE, .u.n = {"\x05T%c", 12, 0, 25, 61, 0, NULL } },
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
V_LAST_VAR
};

Expand Down

0 comments on commit b7afd71

Please sign in to comment.