summaryrefslogtreecommitdiffstats
path: root/port.h
diff options
context:
space:
mode:
authorSuper User2007-05-15 22:59:29 +0200
committerSuper User2007-05-15 22:59:29 +0200
commitfd2045584f7084d209607f4d717a66bea9afe88e (patch)
tree8118fb0cb231a4546d43a13cb85d8b80992c9d64 /port.h
parentbackup work (diff)
downloadlcr-fd2045584f7084d209607f4d717a66bea9afe88e.tar.gz
lcr-fd2045584f7084d209607f4d717a66bea9afe88e.tar.xz
lcr-fd2045584f7084d209607f4d717a66bea9afe88e.zip
backup
Diffstat (limited to 'port.h')
-rw-r--r--port.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/port.h b/port.h
index 688faa6..bb93479 100644
--- a/port.h
+++ b/port.h
@@ -24,12 +24,6 @@
/* te-mode */
#define PORT_TYPE_DSS1_TE_IN 0x0113
#define PORT_TYPE_DSS1_TE_OUT 0x0114
- /* sip */
-#define PORT_TYPE_SIP_IN 0x0121
-#define PORT_TYPE_SIP_OUT 0x0122
- /* h323 */
-#define PORT_TYPE_H323_IN 0x0211
-#define PORT_TYPE_H323_OUT 0x0212
/* answering machine */
#define PORT_TYPE_VBOX_OUT 0x0311
@@ -172,16 +166,6 @@ class Port
void set_vbox_play(char *name, int offset); /* sample of answ. */
void set_vbox_speed(int speed); /* speed of answ. */
- /* user space mixer buffer */
- signed long p_mixer_buffer[PORT_BUFFER]; /* mixer buffer */
- signed long p_record_buffer[PORT_BUFFER]; /* record buffer */
- signed long p_stereo_buffer[PORT_BUFFER]; /* record buffer for stereo (user only) */
- struct mixer_relation *p_mixer_rel; /* list of mixer relations */
- int p_mixer_readp; /* read pointer in buffer */
-
- /* methods */
- void mixer(union parameter *param);
-
/* identification */
unsigned long p_serial; /* serial unique id of port */
char p_name[128]; /* name of port or token (h323) */