#include <linux/types.h>
#include <linux/ixjuser.h>
#include <linux/phonedev.h>
Go to the source code of this file.
|
#define | IXJ_VERSION 3031 |
|
#define | IXJMAX 16 |
|
#define | ALISDAA_ID_BYTE 0x81 |
|
#define | ALISDAA_CALLERID_SIZE 512 |
|
#define | SOP_PU_SLEEP 0 |
|
#define | SOP_PU_RINGING 1 |
|
#define | SOP_PU_CONVERSATION 2 |
|
#define | SOP_PU_PULSEDIALING 3 |
|
#define | SOP_PU_RESET 4 |
|
#define | ALISDAA_CALLERID_SIZE 512 |
|
#define | PLAYBACK_MODE_COMPRESSED 0 /* Selects: Compressed modes, TrueSpeech 8.5-4.1, G.723.1, G.722, G.728, G.729 */ |
|
#define | PLAYBACK_MODE_TRUESPEECH_V40 0 /* Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps */ |
|
#define | PLAYBACK_MODE_TRUESPEECH 8 /* Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps Version 5.1 */ |
|
#define | PLAYBACK_MODE_ULAW 2 /* Selects: 64 Kbit/sec MuA-law PCM */ |
|
#define | PLAYBACK_MODE_ALAW 10 /* Selects: 64 Kbit/sec A-law PCM */ |
|
#define | PLAYBACK_MODE_16LINEAR 6 /* Selects: 128 Kbit/sec 16-bit linear */ |
|
#define | PLAYBACK_MODE_8LINEAR 4 /* Selects: 64 Kbit/sec 8-bit signed linear */ |
|
#define | PLAYBACK_MODE_8LINEAR_WSS 5 /* Selects: 64 Kbit/sec WSS 8-bit unsigned linear */ |
|
#define | RECORD_MODE_COMPRESSED 0 /* Selects: Compressed modes, TrueSpeech 8.5-4.1, G.723.1, G.722, G.728, G.729 */ |
|
#define | RECORD_MODE_TRUESPEECH 0 /* Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps */ |
|
#define | RECORD_MODE_ULAW 4 /* Selects: 64 Kbit/sec Mu-law PCM */ |
|
#define | RECORD_MODE_ALAW 12 /* Selects: 64 Kbit/sec A-law PCM */ |
|
#define | RECORD_MODE_16LINEAR 5 /* Selects: 128 Kbit/sec 16-bit linear */ |
|
#define | RECORD_MODE_8LINEAR 6 /* Selects: 64 Kbit/sec 8-bit signed linear */ |
|
#define | RECORD_MODE_8LINEAR_WSS 7 /* Selects: 64 Kbit/sec WSS 8-bit unsigned linear */ |
|
|
enum | SLIC_STATES {
PLD_SLIC_STATE_OC = 0,
PLD_SLIC_STATE_RINGING,
PLD_SLIC_STATE_ACTIVE,
PLD_SLIC_STATE_OHT,
PLD_SLIC_STATE_TIPOPEN,
PLD_SLIC_STATE_STANDBY,
PLD_SLIC_STATE_APR,
PLD_SLIC_STATE_OHTPR
} |
|
enum | SCI_CONTROL { SCI_End = 0,
SCI_Enable_DAA,
SCI_Enable_Mixer,
SCI_Enable_EEPROM
} |
|
enum | Mode { T63,
T53,
T48,
T40
} |
|
enum | Dir { V3_TO_V4,
V4_TO_V3,
V4_TO_V5,
V5_TO_V4
} |
|
enum | PREVAL { NORMAL = 0,
NOPOST,
POSTONLY,
PREERROR
} |
|
enum | IXJ_EXTENSIONS {
G729LOADER = 0,
TS85LOADER,
PRE_READ,
POST_READ,
PRE_WRITE,
POST_WRITE,
PRE_IOCTL,
POST_IOCTL
} |
|
#define ALISDAA_CALLERID_SIZE 512 |
#define ALISDAA_CALLERID_SIZE 512 |
#define ALISDAA_ID_BYTE 0x81 |
Definition at line 41 of file ixj.h.
Definition at line 53 of file ixj.h.
#define PLAYBACK_MODE_16LINEAR 6 /* Selects: 128 Kbit/sec 16-bit linear */ |
#define PLAYBACK_MODE_8LINEAR 4 /* Selects: 64 Kbit/sec 8-bit signed linear */ |
#define PLAYBACK_MODE_8LINEAR_WSS 5 /* Selects: 64 Kbit/sec WSS 8-bit unsigned linear */ |
#define PLAYBACK_MODE_ALAW 10 /* Selects: 64 Kbit/sec A-law PCM */ |
#define PLAYBACK_MODE_COMPRESSED 0 /* Selects: Compressed modes, TrueSpeech 8.5-4.1, G.723.1, G.722, G.728, G.729 */ |
#define PLAYBACK_MODE_TRUESPEECH 8 /* Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps Version 5.1 */ |
#define PLAYBACK_MODE_TRUESPEECH_V40 0 /* Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps */ |
#define PLAYBACK_MODE_ULAW 2 /* Selects: 64 Kbit/sec MuA-law PCM */ |
#define RECORD_MODE_16LINEAR 5 /* Selects: 128 Kbit/sec 16-bit linear */ |
#define RECORD_MODE_8LINEAR 6 /* Selects: 64 Kbit/sec 8-bit signed linear */ |
#define RECORD_MODE_8LINEAR_WSS 7 /* Selects: 64 Kbit/sec WSS 8-bit unsigned linear */ |
#define RECORD_MODE_ALAW 12 /* Selects: 64 Kbit/sec A-law PCM */ |
#define RECORD_MODE_COMPRESSED 0 /* Selects: Compressed modes, TrueSpeech 8.5-4.1, G.723.1, G.722, G.728, G.729 */ |
#define RECORD_MODE_TRUESPEECH 0 /* Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps */ |
#define RECORD_MODE_ULAW 4 /* Selects: 64 Kbit/sec Mu-law PCM */ |
#define SOP_PU_CONVERSATION 2 |
#define SOP_PU_PULSEDIALING 3 |
Definition at line 50 of file ixj.h.
Definition at line 49 of file ixj.h.
Definition at line 48 of file ixj.h.
- Enumerator:
V3_TO_V4 |
|
V4_TO_V3 |
|
V4_TO_V5 |
|
V5_TO_V4 |
|
Definition at line 1044 of file ixj.h.
- Enumerator:
G729LOADER |
|
TS85LOADER |
|
PRE_READ |
|
POST_READ |
|
PRE_WRITE |
|
POST_WRITE |
|
PRE_IOCTL |
|
POST_IOCTL |
|
Definition at line 1062 of file ixj.h.
- Enumerator:
-
Definition at line 1041 of file ixj.h.
- Enumerator:
NORMAL |
|
NOPOST |
|
POSTONLY |
|
PREERROR |
|
Definition at line 1055 of file ixj.h.
- Enumerator:
SCI_End |
|
SCI_Enable_DAA |
|
SCI_Enable_Mixer |
|
SCI_Enable_EEPROM |
|
Definition at line 1034 of file ixj.h.
- Enumerator:
PLD_SLIC_STATE_OC |
|
PLD_SLIC_STATE_RINGING |
|
PLD_SLIC_STATE_ACTIVE |
|
PLD_SLIC_STATE_OHT |
|
PLD_SLIC_STATE_TIPOPEN |
|
PLD_SLIC_STATE_STANDBY |
|
PLD_SLIC_STATE_APR |
|
PLD_SLIC_STATE_OHTPR |
|
Definition at line 1023 of file ixj.h.
IXJ* ixj_pcmcia_probe |
( |
unsigned |
long, |
|
|
unsigned |
long |
|
) |
| |