From 2637c1302711c101ca877b7268d1306ea7fed0fe Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Thu, 14 Oct 2010 19:23:58 -0500 Subject: [PATCH] --- yaml --- r: 220351 b: refs/heads/master c: 0d42cfe4c19a8e287d77b5bc1b33bc89c17caa4e h: refs/heads/master i: 220349: f5f0be26eff6c14c7a6c308233f2b7a59a9750a4 220347: 1cd2fc643350979890bcc69f5ef417bd08acc9a1 220343: 0ed4cb83437af086dd2d7dbe117cc28c912d8679 220335: efcc4406efc4b04d902565ba20c22f7d0f101773 220319: 00a53d37c820df582158c8a2297303f4fe2d2716 220287: 57703bba4491da7e369f5a6ea549cd793717d566 v: v3 --- [refs] | 2 +- trunk/drivers/staging/speakup/speakup_spkout.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 3844f5252ea7..7ce3fd9025ff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13f1a041ac02195ef4a84cd34693ed99a45186fb +refs/heads/master: 0d42cfe4c19a8e287d77b5bc1b33bc89c17caa4e diff --git a/trunk/drivers/staging/speakup/speakup_spkout.c b/trunk/drivers/staging/speakup/speakup_spkout.c index 32fd8d761525..9a3a80d9701e 100644 --- a/trunk/drivers/staging/speakup/speakup_spkout.c +++ b/trunk/drivers/staging/speakup/speakup_spkout.c @@ -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 };