mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
staging: speakup: identation should use tabs
Indentation should always use tabs and never spaces. Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
defaa9ad58
commit
79bd555462
|
|
@ -24,11 +24,11 @@
|
|||
* usec later.
|
||||
*/
|
||||
#define TTS_ALMOST_FULL 0x08 /* mask for AF bit: When set to 1,
|
||||
* indicates that less than 300 bytes
|
||||
* are available in the TTS input
|
||||
* buffer. AF is always 0 in the PCM,
|
||||
* TGN and CVSD modes.
|
||||
*/
|
||||
* indicates that less than 300 bytes
|
||||
* are available in the TTS input
|
||||
* buffer. AF is always 0 in the PCM,
|
||||
* TGN and CVSD modes.
|
||||
*/
|
||||
#define TTS_ALMOST_EMPTY 0x04 /* mask for AE bit: When set to 1,
|
||||
* indicates that less than 300 bytes
|
||||
* are remaining in DoubleTalk's input
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user