Home
last modified time | relevance | path

Searched refs:SYNTH_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/speakup/
Dbuffers.c8 #define SYNTH_BUF_SIZE 8192 /* currently 8K bytes */ macro
10 static u_char synth_buffer[SYNTH_BUF_SIZE]; /* guess what this is for! */
13 static u_char *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1;
50 bytes_free = SYNTH_BUF_SIZE - (buff_in - buff_out); in synth_buffer_free()