Commit 79bd5554 authored by Arushi Singhal's avatar Arushi Singhal Committed by Greg Kroah-Hartman

staging: speakup: identation should use tabs

Indentation should always use tabs and never spaces.
Signed-off-by: default avatarArushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent defaa9ad
...@@ -24,11 +24,11 @@ ...@@ -24,11 +24,11 @@
* usec later. * usec later.
*/ */
#define TTS_ALMOST_FULL 0x08 /* mask for AF bit: When set to 1, #define TTS_ALMOST_FULL 0x08 /* mask for AF bit: When set to 1,
* indicates that less than 300 bytes * indicates that less than 300 bytes
* are available in the TTS input * are available in the TTS input
* buffer. AF is always 0 in the PCM, * buffer. AF is always 0 in the PCM,
* TGN and CVSD modes. * TGN and CVSD modes.
*/ */
#define TTS_ALMOST_EMPTY 0x04 /* mask for AE bit: When set to 1, #define TTS_ALMOST_EMPTY 0x04 /* mask for AE bit: When set to 1,
* indicates that less than 300 bytes * indicates that less than 300 bytes
* are remaining in DoubleTalk's input * are remaining in DoubleTalk's input
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment