Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220342
b: refs/heads/master
c: d1c07c4
h: refs/heads/master
v: v3
  • Loading branch information
Christopher Brannon authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent b9b5d81 commit 126ba0e
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: f4931441aeb02bc53a1cfe216e7489b3f960f76f
refs/heads/master: d1c07c416c53c37ea4800513a6e7bbb13ef9c1e2
16 changes: 8 additions & 8 deletions trunk/drivers/staging/speakup/speakup_audptr.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ static int synth_probe(struct spk_synth *synth);
static void synth_flush(struct spk_synth *synth);

static struct var_t vars[] = {
{ CAPS_START, .u.s = {"\x05[f99]" }},
{ CAPS_STOP, .u.s = {"\x05[f80]" }},
{ RATE, .u.n = {"\x05[r%d]", 10, 0, 20, 100, -10, NULL }},
{ PITCH, .u.n = {"\x05[f%d]", 80, 39, 4500, 0, 0, NULL }},
{ VOL, .u.n = {"\x05[g%d]", 21, 0, 40, 0, 0, NULL }},
{ TONE, .u.n = {"\x05[s%d]", 9, 0, 63, 0, 0, 0 }},
{ PUNCT, .u.n = {"\x05[A%c]", 0, 0, 3, 0, 0, "nmsa" }},
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
{ CAPS_START, .u.s = {"\x05[f99]" } },
{ CAPS_STOP, .u.s = {"\x05[f80]" } },
{ RATE, .u.n = {"\x05[r%d]", 10, 0, 20, 100, -10, NULL } },
{ PITCH, .u.n = {"\x05[f%d]", 80, 39, 4500, 0, 0, NULL } },
{ VOL, .u.n = {"\x05[g%d]", 21, 0, 40, 0, 0, NULL } },
{ TONE, .u.n = {"\x05[s%d]", 9, 0, 63, 0, 0, 0 } },
{ PUNCT, .u.n = {"\x05[A%c]", 0, 0, 3, 0, 0, "nmsa" } },
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
V_LAST_VAR
};

Expand Down

0 comments on commit 126ba0e

Please sign in to comment.