Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220349
b: refs/heads/master
c: e66c3d8
h: refs/heads/master
i:
  220347: 1cd2fc6
v: v3
  • Loading branch information
Christopher Brannon authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent cddfe20 commit f5f0be2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 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: 75d6282d8b2d58b4722e63225f3951e1c9b0ebf8
refs/heads/master: e66c3d84759b84cf4816b252f15b8a023e7bd659
21 changes: 10 additions & 11 deletions trunk/drivers/staging/speakup/speakup_ltlk.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,21 @@
#include "speakup_dtlk.h" /* local header file for LiteTalk values */

#define DRV_VERSION "2.11"
#define synth_full( ) ( !( inb( synth_port_tts + UART_MSR ) & UART_MSR_CTS ) )
#define PROCSPEECH 0x0d

static int synth_probe(struct spk_synth *synth);

static struct var_t vars[] = {
{ CAPS_START, .u.s = {"\x01+35p" }},
{ CAPS_STOP, .u.s = {"\x01-35p" }},
{ RATE, .u.n = {"\x01%ds", 8, 0, 9, 0, 0, NULL }},
{ PITCH, .u.n = {"\x01%dp", 50, 0, 99, 0, 0, NULL }},
{ VOL, .u.n = {"\x01%dv", 5, 0, 9, 0, 0, NULL }},
{ TONE, .u.n = {"\x01%dx", 1, 0, 2, 0, 0, NULL }},
{ PUNCT, .u.n = {"\x01%db", 7, 0, 15, 0, 0, NULL }},
{ VOICE, .u.n = {"\x01%do", 0, 0, 7, 0, 0, NULL }},
{ FREQUENCY, .u.n = {"\x01%df", 5, 0, 9, 0, 0, NULL }},
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
{ CAPS_START, .u.s = {"\x01+35p" } },
{ CAPS_STOP, .u.s = {"\x01-35p" } },
{ RATE, .u.n = {"\x01%ds", 8, 0, 9, 0, 0, NULL } },
{ PITCH, .u.n = {"\x01%dp", 50, 0, 99, 0, 0, NULL } },
{ VOL, .u.n = {"\x01%dv", 5, 0, 9, 0, 0, NULL } },
{ TONE, .u.n = {"\x01%dx", 1, 0, 2, 0, 0, NULL } },
{ PUNCT, .u.n = {"\x01%db", 7, 0, 15, 0, 0, NULL } },
{ VOICE, .u.n = {"\x01%do", 0, 0, 7, 0, 0, NULL } },
{ FREQUENCY, .u.n = {"\x01%df", 5, 0, 9, 0, 0, NULL } },
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
V_LAST_VAR
};

Expand Down

0 comments on commit f5f0be2

Please sign in to comment.