Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220347
b: refs/heads/master
c: 9d096af
h: refs/heads/master
i:
  220345: 793f19f
  220343: 0ed4cb8
v: v3
  • Loading branch information
Christopher Brannon authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent 00dbc7d commit 1cd2fc6
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: 2c9e0cb07fc0dffe1377ad00ea79ed3d23588977
refs/heads/master: 9d096afa060935f1ecf04ef2d7534e0b0d94ac9d
14 changes: 7 additions & 7 deletions trunk/drivers/staging/speakup/speakup_dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
#define SYNTH_CLEAR '!'

static struct var_t vars[] = {
{ CAPS_START, .u.s = {"CAPS_START\n" }},
{ CAPS_STOP, .u.s = {"CAPS_STOP\n" }},
{ RATE, .u.n = {"RATE %d\n", 8, 1, 16, 0, 0, NULL }},
{ PITCH, .u.n = {"PITCH %d\n", 8, 0, 16, 0, 0, NULL }},
{ VOL, .u.n = {"VOL %d\n", 8, 0, 16, 0, 0, NULL }},
{ TONE, .u.n = {"TONE %d\n", 8, 0, 16, 0, 0, NULL }},
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
{ CAPS_START, .u.s = {"CAPS_START\n" } },
{ CAPS_STOP, .u.s = {"CAPS_STOP\n" } },
{ RATE, .u.n = {"RATE %d\n", 8, 1, 16, 0, 0, NULL } },
{ PITCH, .u.n = {"PITCH %d\n", 8, 0, 16, 0, 0, NULL } },
{ VOL, .u.n = {"VOL %d\n", 8, 0, 16, 0, 0, NULL } },
{ TONE, .u.n = {"TONE %d\n", 8, 0, 16, 0, 0, NULL } },
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
V_LAST_VAR
};

Expand Down

0 comments on commit 1cd2fc6

Please sign in to comment.