diff options
Diffstat (limited to 'drivers/telephony')
| -rw-r--r-- | drivers/telephony/ixj.c | 8 | ||||
| -rw-r--r-- | drivers/telephony/ixj.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/drivers/telephony/ixj.c b/drivers/telephony/ixj.c index b00101972f2..d5f923bcdff 100644 --- a/drivers/telephony/ixj.c +++ b/drivers/telephony/ixj.c | |||
| @@ -169,7 +169,7 @@ | |||
| 169 | * Added support for Linux 2.4.x kernels. | 169 | * Added support for Linux 2.4.x kernels. |
| 170 | * | 170 | * |
| 171 | * Revision 3.77 2001/01/09 04:00:52 eokerson | 171 | * Revision 3.77 2001/01/09 04:00:52 eokerson |
| 172 | * Linetest will now test the line, even if it has previously succeded. | 172 | * Linetest will now test the line, even if it has previously succeeded. |
| 173 | * | 173 | * |
| 174 | * Revision 3.76 2001/01/08 19:27:00 eokerson | 174 | * Revision 3.76 2001/01/08 19:27:00 eokerson |
| 175 | * Fixed problem with standard cable on Internet PhoneCARD. | 175 | * Fixed problem with standard cable on Internet PhoneCARD. |
| @@ -352,7 +352,7 @@ static void ixj_fsk_alloc(IXJ *j) | |||
| 352 | } else { | 352 | } else { |
| 353 | j->fsksize = 8000; | 353 | j->fsksize = 8000; |
| 354 | if(ixjdebug & 0x0200) { | 354 | if(ixjdebug & 0x0200) { |
| 355 | printk("IXJ phone%d - allocate succeded\n", j->board); | 355 | printk("IXJ phone%d - allocate succeeded\n", j->board); |
| 356 | } | 356 | } |
| 357 | } | 357 | } |
| 358 | } | 358 | } |
| @@ -487,7 +487,7 @@ DSPbase + | |||
| 487 | 8-9 Hardware Status Register Read Only | 487 | 8-9 Hardware Status Register Read Only |
| 488 | A-B Hardware Control Register Read Write | 488 | A-B Hardware Control Register Read Write |
| 489 | C-D Host Transmit (Write) Data Buffer Access Port (buffer input)Write Only | 489 | C-D Host Transmit (Write) Data Buffer Access Port (buffer input)Write Only |
| 490 | E-F Host Recieve (Read) Data Buffer Access Port (buffer input) Read Only | 490 | E-F Host Receive (Read) Data Buffer Access Port (buffer input) Read Only |
| 491 | ************************************************************************/ | 491 | ************************************************************************/ |
| 492 | 492 | ||
| 493 | static inline void ixj_read_HSR(IXJ *j) | 493 | static inline void ixj_read_HSR(IXJ *j) |
| @@ -4195,7 +4195,7 @@ static void ixj_aec_start(IXJ *j, int level) | |||
| 4195 | ixj_WriteDSPCommand(0xE338, j); /* Set Echo Suppresser Attenuation to 0dB */ | 4195 | ixj_WriteDSPCommand(0xE338, j); /* Set Echo Suppresser Attenuation to 0dB */ |
| 4196 | 4196 | ||
| 4197 | /* Now we can set the AGC initial parameters and turn it on */ | 4197 | /* Now we can set the AGC initial parameters and turn it on */ |
| 4198 | ixj_WriteDSPCommand(0xCF90, j); /* Set AGC Minumum gain */ | 4198 | ixj_WriteDSPCommand(0xCF90, j); /* Set AGC Minimum gain */ |
| 4199 | ixj_WriteDSPCommand(0x0020, j); /* to 0.125 (-18dB) */ | 4199 | ixj_WriteDSPCommand(0x0020, j); /* to 0.125 (-18dB) */ |
| 4200 | 4200 | ||
| 4201 | ixj_WriteDSPCommand(0xCF91, j); /* Set AGC Maximum gain */ | 4201 | ixj_WriteDSPCommand(0xCF91, j); /* Set AGC Maximum gain */ |
diff --git a/drivers/telephony/ixj.h b/drivers/telephony/ixj.h index 4c32a43b791..2c841134f61 100644 --- a/drivers/telephony/ixj.h +++ b/drivers/telephony/ixj.h | |||
| @@ -1149,7 +1149,7 @@ typedef struct { | |||
| 1149 | unsigned int firstring:1; /* First ring cadence is complete */ | 1149 | unsigned int firstring:1; /* First ring cadence is complete */ |
| 1150 | unsigned int pstncheck:1; /* Currently checking the PSTN Line */ | 1150 | unsigned int pstncheck:1; /* Currently checking the PSTN Line */ |
| 1151 | unsigned int pstn_rmr:1; | 1151 | unsigned int pstn_rmr:1; |
| 1152 | unsigned int x:3; /* unsed bits */ | 1152 | unsigned int x:3; /* unused bits */ |
| 1153 | 1153 | ||
| 1154 | } IXJ_FLAGS; | 1154 | } IXJ_FLAGS; |
| 1155 | 1155 | ||
