#include <linux/time.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include "pcm_plugin.h"
Go to the source code of this file.
|
#define | SIGN_BIT (0x80) /* Sign bit for a u-law byte. */ |
|
#define | QUANT_MASK (0xf) /* Quantization field mask. */ |
|
#define | NSEGS (8) /* Number of u-law segments. */ |
|
#define | SEG_SHIFT (4) /* Left shift for segment number. */ |
|
#define | SEG_MASK (0x70) /* Segment field mask. */ |
|
#define | BIAS (0x84) /* Bias for linear code. */ |
|
#define BIAS (0x84) /* Bias for linear code. */ |
#define NSEGS (8) /* Number of u-law segments. */ |
#define QUANT_MASK (0xf) /* Quantization field mask. */ |
#define SEG_MASK (0x70) /* Segment field mask. */ |
#define SEG_SHIFT (4) /* Left shift for segment number. */ |
#define SIGN_BIT (0x80) /* Sign bit for a u-law byte. */ |