diff --git a/[refs] b/[refs] index f52814c718c9..b6c7075acae2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d1c07c416c53c37ea4800513a6e7bbb13ef9c1e2 +refs/heads/master: 64d1e5a0986e612307138db8db1dc2db9bf919f8 diff --git a/trunk/drivers/staging/speakup/speakup_bns.c b/trunk/drivers/staging/speakup/speakup_bns.c index e1b19f7de7c4..43e5b54f344c 100644 --- a/trunk/drivers/staging/speakup/speakup_bns.c +++ b/trunk/drivers/staging/speakup/speakup_bns.c @@ -30,13 +30,13 @@ #define PROCSPEECH '\r' static struct var_t vars[] = { - { CAPS_START, .u.s = {"\x05\x31\x32P" }}, - { CAPS_STOP, .u.s = {"\x05\x38P" }}, - { RATE, .u.n = {"\x05%dE", 8, 1, 16, 0, 0, NULL }}, - { PITCH, .u.n = {"\x05%dP", 8, 0, 16, 0, 0, NULL }}, - { VOL, .u.n = {"\x05%dV", 8, 0, 16, 0, 0, NULL }}, - { TONE, .u.n = {"\x05%dT", 8, 0, 16, 0, 0, NULL }}, - { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }}, + { CAPS_START, .u.s = {"\x05\x31\x32P" } }, + { CAPS_STOP, .u.s = {"\x05\x38P" } }, + { RATE, .u.n = {"\x05%dE", 8, 1, 16, 0, 0, NULL } }, + { PITCH, .u.n = {"\x05%dP", 8, 0, 16, 0, 0, NULL } }, + { VOL, .u.n = {"\x05%dV", 8, 0, 16, 0, 0, NULL } }, + { TONE, .u.n = {"\x05%dT", 8, 0, 16, 0, 0, NULL } }, + { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } }, V_LAST_VAR };