Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220351
b: refs/heads/master
c: 0d42cfe
h: refs/heads/master
i:
  220349: f5f0be2
  220347: 1cd2fc6
  220343: 0ed4cb8
  220335: efcc440
  220319: 00a53d3
  220287: 57703bb
v: v3
  • Loading branch information
Christopher Brannon authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent 8c397f8 commit 2637c13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 13f1a041ac02195ef4a84cd34693ed99a45186fb
refs/heads/master: 0d42cfe4c19a8e287d77b5bc1b33bc89c17caa4e
16 changes: 8 additions & 8 deletions trunk/drivers/staging/speakup/speakup_spkout.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
static void synth_flush(struct spk_synth *synth);

static struct var_t vars[] = {
{ CAPS_START, .u.s = {"\x05P+" }},
{ CAPS_STOP, .u.s = {"\x05P-" }},
{ RATE, .u.n = {"\x05R%d", 7, 0, 9, 0, 0, NULL }},
{ PITCH, .u.n = {"\x05P%d", 3, 0, 9, 0, 0, NULL }},
{ VOL, .u.n = {"\x05V%d", 9, 0, 9, 0, 0, NULL }},
{ TONE, .u.n = {"\x05T%c", 8, 0, 25, 65, 0, NULL }},
{ PUNCT, .u.n = {"\x05M%c", 0, 0, 3, 0, 0, "nsma" }},
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
{ CAPS_START, .u.s = {"\x05P+" } },
{ CAPS_STOP, .u.s = {"\x05P-" } },
{ RATE, .u.n = {"\x05R%d", 7, 0, 9, 0, 0, NULL } },
{ PITCH, .u.n = {"\x05P%d", 3, 0, 9, 0, 0, NULL } },
{ VOL, .u.n = {"\x05V%d", 9, 0, 9, 0, 0, NULL } },
{ TONE, .u.n = {"\x05T%c", 8, 0, 25, 65, 0, NULL } },
{ PUNCT, .u.n = {"\x05M%c", 0, 0, 3, 0, 0, "nsma" } },
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
V_LAST_VAR
};

Expand Down

0 comments on commit 2637c13

Please sign in to comment.