ixjuser.h
上传用户:weyjxb
上传日期:2020-05-18
资源大小:52k
文件大小:25k
源码类别:

多显示器编程

开发平台:

Unix_Linux

  1. /******************************************************************************
  2.  *
  3.  *    ixjuser.h
  4.  *
  5.  * Device Driver for Quicknet Technologies, Inc.'s Telephony cards
  6.  * including the Internet PhoneJACK, Internet PhoneJACK Lite,
  7.  * Internet PhoneJACK PCI, Internet LineJACK, Internet PhoneCARD and
  8.  * SmartCABLE
  9.  *
  10.  *    (c) Copyright 1999-2001  Quicknet Technologies, Inc.
  11.  *
  12.  *    This program is free software; you can redistribute it and/or
  13.  *    modify it under the terms of the GNU General Public License
  14.  *    as published by the Free Software Foundation; either version
  15.  *    2 of the License, or (at your option) any later version.
  16.  *
  17.  * Author:          Ed Okerson, <eokerson@quicknet.net>
  18.  *    
  19.  * Contributors:    Greg Herlein, <gherlein@quicknet.net>
  20.  *                  David W. Erhart, <derhart@quicknet.net>
  21.  *                  John Sellers, <jsellers@quicknet.net>
  22.  *                  Mike Preston, <mpreston@quicknet.net>
  23.  *
  24.  * More information about the hardware related to this driver can be found
  25.  * at our website:    http://www.quicknet.net
  26.  *
  27.  * Fixes:
  28.  *
  29.  * IN NO EVENT SHALL QUICKNET TECHNOLOGIES, INC. BE LIABLE TO ANY PARTY FOR
  30.  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  31.  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF QUICKNET
  32.  * TECHNOLOGIES, INC.HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33.  *
  34.  * QUICKNET TECHNOLOGIES, INC. SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  35.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  36.  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  37.  * ON AN "AS IS" BASIS, AND QUICKNET TECHNOLOGIES, INC. HAS NO OBLIGATION 
  38.  * TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  39.  *
  40.  *****************************************************************************/
  41. static char ixjuser_h_rcsid[] = "$Id: ixjuser.h,v 1.1.1.1 2001/11/14 05:05:05 tadavis Exp $";
  42. #include "telephony.h"
  43. /******************************************************************************
  44. *
  45. * IOCTL's used for the Quicknet Telephony Cards
  46. *
  47. * If you use the IXJCTL_TESTRAM command, the card must be power cycled to
  48. * reset the SRAM values before futher use.
  49. *
  50. ******************************************************************************/
  51. #define IXJCTL_DSP_RESET  _IO  ('q', 0xC0)
  52. #define IXJCTL_RING                     PHONE_RING
  53. #define IXJCTL_HOOKSTATE                PHONE_HOOKSTATE
  54. #define IXJCTL_MAXRINGS PHONE_MAXRINGS
  55. #define IXJCTL_RING_CADENCE PHONE_RING_CADENCE
  56. #define IXJCTL_RING_START PHONE_RING_START
  57. #define IXJCTL_RING_STOP PHONE_RING_STOP
  58. #define IXJCTL_CARDTYPE _IOR ('q', 0xC1, int)
  59. #define IXJCTL_SERIAL _IOR ('q', 0xC2, int)
  60. #define IXJCTL_DSP_TYPE                 _IOR ('q', 0xC3, int)
  61. #define IXJCTL_DSP_VERSION              _IOR ('q', 0xC4, int)
  62. #define IXJCTL_VERSION               _IOR ('q', 0xDA, char *)
  63. #define IXJCTL_DSP_IDLE _IO  ('q', 0xC5)
  64. #define IXJCTL_TESTRAM _IO  ('q', 0xC6)
  65. /******************************************************************************
  66. *
  67. * This group of IOCTLs deal with the record settings of the DSP
  68. *
  69. * The IXJCTL_REC_DEPTH command sets the internal buffer depth of the DSP.
  70. * Setting a lower depth reduces latency, but increases the demand of the
  71. * application to service the driver without frame loss.  The DSP has 480
  72. * bytes of physical buffer memory for the record channel so the true
  73. * maximum limit is determined by how many frames will fit in the buffer.
  74. *
  75. * 1 uncompressed (480 byte) 16-bit linear frame.
  76. * 2 uncompressed (240 byte) 8-bit A-law/mu-law frames.
  77. * 15 TrueSpeech 8.5 frames.
  78. * 20 TrueSpeech 6.3,5.3,4.8 or 4.1 frames.
  79. *
  80. * The default in the driver is currently set to 2 frames.
  81. *
  82. * The IXJCTL_REC_VOLUME and IXJCTL_PLAY_VOLUME commands both use a Q8
  83. * number as a parameter, 0x100 scales the signal by 1.0, 0x200 scales the
  84. * signal by 2.0, 0x80 scales the signal by 0.5.  No protection is given
  85. * against over-scaling, if the multiplication factor times the input
  86. * signal exceeds 16 bits, overflow distortion will occur.  The default
  87. * setting is 0x100 (1.0).
  88. *
  89. * The IXJCTL_REC_LEVEL returns the average signal level (not r.m.s.) on
  90. * the most recently recorded frame as a 16 bit value.
  91. ******************************************************************************/
  92. #define IXJCTL_REC_CODEC                PHONE_REC_CODEC
  93. #define IXJCTL_REC_START                PHONE_REC_START
  94. #define IXJCTL_REC_STOP                 PHONE_REC_STOP
  95. #define IXJCTL_REC_DEPTH PHONE_REC_DEPTH
  96. #define IXJCTL_FRAME PHONE_FRAME
  97. #define IXJCTL_REC_VOLUME PHONE_REC_VOLUME
  98. #define IXJCTL_REC_LEVEL PHONE_REC_LEVEL
  99. typedef enum {
  100. f300_640 = 4, f300_500, f1100, f350, f400, f480, f440, f620, f20_50,
  101. f133_200, f300, f300_420, f330, f300_425, f330_440, f340, f350_400,
  102. f350_440, f350_450, f360, f380_420, f392, f400_425, f400_440, f400_450,
  103. f420, f425, f425_450, f425_475, f435, f440_450, f440_480, f445, f450,
  104. f452, f475, f480_620, f494, f500, f520, f523, f525, f540_660, f587,
  105. f590, f600, f660, f700, f740, f750, f750_1450, f770, f800, f816, f850,
  106. f857_1645, f900, f900_1300, f935_1215, f941_1477, f942, f950, f950_1400,
  107. f975, f1000, f1020, f1050, f1100_1750, f1140, f1200, f1209, f1330, f1336,
  108. lf1366, f1380, f1400, f1477, f1600, f1633_1638, f1800, f1860
  109. } IXJ_FILTER_FREQ;
  110. typedef struct {
  111. unsigned int filter;
  112. IXJ_FILTER_FREQ freq;
  113. char enable;
  114. } IXJ_FILTER;
  115. typedef struct {
  116. char enable;
  117. char en_filter;
  118. unsigned int filter;
  119. unsigned int on1;
  120. unsigned int off1;
  121. unsigned int on2;
  122. unsigned int off2;
  123. unsigned int on3;
  124. unsigned int off3;
  125. } IXJ_FILTER_CADENCE;
  126. #define IXJCTL_SET_FILTER _IOW ('q', 0xC7, IXJ_FILTER *)
  127. #define IXJCTL_SET_FILTER_RAW _IOW ('q', 0xDD, IXJ_FILTER_RAW *)
  128. #define IXJCTL_GET_FILTER_HIST _IOW ('q', 0xC8, int)
  129. #define IXJCTL_FILTER_CADENCE _IOW ('q', 0xD6, IXJ_FILTER_CADENCE *)
  130. #define IXJCTL_PLAY_CID _IO  ('q', 0xD7)
  131. /******************************************************************************
  132. *
  133. * This IOCTL allows you to reassign values in the tone index table.  The
  134. * tone table has 32 entries (0 - 31), but the driver only allows entries
  135. * 13 - 27 to be modified, entry 0 is reserved for silence and 1 - 12 are
  136. * the standard DTMF digits and 28 - 31 are the DTMF tones for A, B, C & D.
  137. * The positions used internally for Call Progress Tones are as follows:
  138. *    Dial Tone   - 25
  139. *    Ring Back   - 26
  140. *    Busy Signal - 27
  141. *
  142. * The freq values are calculated as:
  143. * freq = cos(2 * PI * frequency / 8000)
  144. *
  145. * The most commonly needed values are already calculated and listed in the
  146. * enum IXJ_TONE_FREQ.  Each tone index can have two frequencies with
  147. * different gains, if you are only using a single frequency set the unused
  148. * one to 0.
  149. *
  150. * The gain values range from 0 to 15 indicating +6dB to -24dB in 2dB
  151. * increments.
  152. *
  153. ******************************************************************************/
  154. typedef enum {
  155. hz20 = 0x7ffa,
  156. hz50 = 0x7fe5,
  157. hz133 = 0x7f4c,
  158. hz200 = 0x7e6b,
  159. hz261 = 0x7d50, /* .63 C1  */
  160. hz277 = 0x7cfa, /* .18 CS1 */
  161. hz293 = 0x7c9f, /* .66 D1  */
  162. hz300 = 0x7c75,
  163. hz311 = 0x7c32, /* .13 DS1 */
  164. hz329 = 0x7bbf, /* .63 E1  */
  165. hz330 = 0x7bb8,
  166. hz340 = 0x7b75,
  167. hz349 = 0x7b37, /* .23 F1  */
  168. hz350 = 0x7b30,
  169. hz360 = 0x7ae9,
  170. hz369 = 0x7aa8, /* .99 FS1 */
  171. hz380 = 0x7a56,
  172. hz392 = 0x79fa, /* .00 G1  */
  173. hz400 = 0x79bb,
  174. hz415 = 0x7941, /* .30 GS1 */
  175. hz420 = 0x7918,
  176. hz425 = 0x78ee,
  177. hz435 = 0x7899,
  178. hz440 = 0x786d, /* .00 A1  */
  179. hz445 = 0x7842,
  180. hz450 = 0x7815,
  181. hz452 = 0x7803,
  182. hz466 = 0x7784, /* .16 AS1 */
  183. hz475 = 0x7731,
  184. hz480 = 0x7701,
  185. hz493 = 0x7685, /* .88 B1  */
  186. hz494 = 0x767b,
  187. hz500 = 0x7640,
  188. hz520 = 0x7578,
  189. hz523 = 0x7559, /* .25 C2  */
  190. hz525 = 0x7544,
  191. hz540 = 0x74a7,
  192. hz554 = 0x7411, /* .37 CS2 */
  193. hz587 = 0x72a1, /* .33 D2  */
  194. hz590 = 0x727f,
  195. hz600 = 0x720b,
  196. hz620 = 0x711e,
  197. hz622 = 0x7106, /* .25 DS2 */
  198. hz659 = 0x6f3b, /* .26 E2  */
  199. hz660 = 0x6f2e,
  200. hz698 = 0x6d3d, /* .46 F2  */
  201. hz700 = 0x6d22,
  202. hz739 = 0x6b09, /* .99 FS2 */
  203. hz740 = 0x6afa,
  204. hz750 = 0x6a6c,
  205. hz770 = 0x694b,
  206. hz783 = 0x688b, /* .99 G2  */
  207. hz800 = 0x678d,
  208. hz816 = 0x6698,
  209. hz830 = 0x65bf, /* .61 GS2 */
  210. hz850 = 0x6484,
  211. hz857 = 0x6414,
  212. hz880 = 0x629f, /* .00 A2  */
  213. hz900 = 0x6154,
  214. hz932 = 0x5f35, /* .33 AS2 */
  215. hz935 = 0x5f01,
  216. hz941 = 0x5e9a,
  217. hz942 = 0x5e88,
  218. hz950 = 0x5dfd,
  219. hz975 = 0x5c44,
  220. hz1000 = 0x5a81,
  221. hz1020 = 0x5912,
  222. hz1050 = 0x56e2,
  223. hz1100 = 0x5320,
  224. hz1140 = 0x5007,
  225. hz1200 = 0x4b3b,
  226. hz1209 = 0x4a80,
  227. hz1215 = 0x4a02,
  228. hz1250 = 0x471c,
  229. hz1300 = 0x42e0,
  230. hz1330 = 0x4049,
  231. hz1336 = 0x3fc4,
  232. hz1366 = 0x3d22,
  233. hz1380 = 0x3be4,
  234. hz1400 = 0x3a1b,
  235. hz1450 = 0x3596,
  236. hz1477 = 0x331c,
  237. hz1500 = 0x30fb,
  238. hz1600 = 0x278d,
  239. hz1633 = 0x2462,
  240. hz1638 = 0x23e7,
  241. hz1645 = 0x233a,
  242. hz1750 = 0x18f8,
  243. hz1800 = 0x1405,
  244. hz1860 = 0xe0b,
  245. hz2100 = 0xf5f6,
  246. hz2130 = 0xf2f5,
  247. hz2450 = 0xd3b3,
  248. hz2750 = 0xb8e4
  249. } IXJ_FREQ;
  250. typedef enum {
  251. C1 = hz261,
  252. CS1 = hz277,
  253. D1 = hz293,
  254. DS1 = hz311,
  255. E1 = hz329,
  256. F1 = hz349,
  257. FS1 = hz369,
  258. G1 = hz392,
  259. GS1 = hz415,
  260. A1 = hz440,
  261. AS1 = hz466,
  262. B1 = hz493,
  263. C2 = hz523,
  264. CS2 = hz554,
  265. D2 = hz587,
  266. DS2 = hz622,
  267. E2 = hz659,
  268. F2 = hz698,
  269. FS2 = hz739,
  270. G2 = hz783,
  271. GS2 = hz830,
  272. A2 = hz880,
  273. AS2 = hz932,
  274. } IXJ_NOTE;
  275. typedef struct {
  276. int tone_index;
  277. int freq0;
  278. int gain0;
  279. int freq1;
  280. int gain1;
  281. } IXJ_TONE;
  282. #define IXJCTL_INIT_TONE _IOW ('q', 0xC9, IXJ_TONE *)
  283. /******************************************************************************
  284. *
  285. * The IXJCTL_TONE_CADENCE ioctl defines tone sequences used for various
  286. * Call Progress Tones (CPT).  This is accomplished by setting up an array of
  287. * IXJ_CADENCE_ELEMENT structures that sequentially define the states of
  288. * the tone sequence.  The tone_on_time and tone_off time are in
  289. * 250 microsecond intervals.  A pointer to this array is passed to the
  290. * driver as the ce element of an IXJ_CADENCE structure.  The elements_used
  291. * must be set to the number of IXJ_CADENCE_ELEMENTS in the array.  The
  292. * termination variable defines what to do at the end of a cadence, the
  293. * options are to play the cadence once and stop, to repeat the last
  294. * element of the cadence indefinatly, or to repeat the entire cadence
  295. * indefinatly.  The ce variable is a pointer to the array of IXJ_TONE
  296. * structures.  If the freq0 variable is non-zero, the tone table contents
  297. * for the tone_index are updated to the frequencies and gains defined.  It
  298. * should be noted that DTMF tones cannot be reassigned, so if DTMF tone
  299. * table indexs are used in a cadence the frequency and gain variables will
  300. * be ignored.
  301. *
  302. * If the array elements contain frequency parameters the driver will
  303. * initialize the needed tone table elements and begin playing the tone,
  304. * there is no preset limit on the number of elements in the cadence.  If
  305. * there is more than one frequency used in the cadence, sequential elements
  306. * of different frequencies MUST use different tone table indexes.  Only one
  307. * cadence can be played at a time.  It is possible to build complex
  308. * cadences with multiple frequencies using 2 tone table indexes by
  309. * alternating between them.
  310. *
  311. ******************************************************************************/
  312. typedef struct {
  313. int index;
  314. int tone_on_time;
  315. int tone_off_time;
  316. int freq0;
  317. int gain0;
  318. int freq1;
  319. int gain1;
  320. } IXJ_CADENCE_ELEMENT;
  321. typedef enum {
  322. PLAY_ONCE,
  323. REPEAT_LAST_ELEMENT,
  324. REPEAT_ALL
  325. } IXJ_CADENCE_TERM;
  326. typedef struct {
  327. int elements_used;
  328. IXJ_CADENCE_TERM termination;
  329. IXJ_CADENCE_ELEMENT *ce;
  330. } IXJ_CADENCE;
  331. #define IXJCTL_TONE_CADENCE _IOW ('q', 0xCA, IXJ_CADENCE *)
  332. /******************************************************************************
  333. *
  334. * This group of IOCTLs deal with the playback settings of the DSP
  335. *
  336. ******************************************************************************/
  337. #define IXJCTL_PLAY_CODEC               PHONE_PLAY_CODEC
  338. #define IXJCTL_PLAY_START               PHONE_PLAY_START
  339. #define IXJCTL_PLAY_STOP                PHONE_PLAY_STOP
  340. #define IXJCTL_PLAY_DEPTH PHONE_PLAY_DEPTH
  341. #define IXJCTL_PLAY_VOLUME PHONE_PLAY_VOLUME
  342. #define IXJCTL_PLAY_LEVEL PHONE_PLAY_LEVEL
  343. /******************************************************************************
  344. *
  345. * This group of IOCTLs deal with the Acoustic Echo Cancellation settings
  346. * of the DSP
  347. *
  348. * Issuing the IXJCTL_AEC_START command with a value of AEC_OFF has the
  349. * same effect as IXJCTL_AEC_STOP.  This is to simplify slider bar
  350. * controls.  IXJCTL_AEC_GET_LEVEL returns the current setting of the AEC.
  351. ******************************************************************************/
  352. #define IXJCTL_AEC_START _IOW ('q', 0xCB, int)
  353. #define IXJCTL_AEC_STOP _IO  ('q', 0xCC)
  354. #define IXJCTL_AEC_GET_LEVEL _IO  ('q', 0xCD)
  355. #define AEC_OFF   0
  356. #define AEC_LOW   1
  357. #define AEC_MED   2
  358. #define AEC_HIGH  3
  359. #define AEC_AUTO  4
  360. #define AEC_AGC   5
  361. /******************************************************************************
  362. *
  363. * Call Progress Tones, DTMF, etc.
  364. * IXJCTL_DTMF_OOB determines if DTMF signaling is sent as Out-Of-Band
  365. * only.  If you pass a 1, DTMF is suppressed from the audio stream.
  366. * Tone on and off times are in 250 microsecond intervals so
  367. * ioctl(ixj1, IXJCTL_SET_TONE_ON_TIME, 360);
  368. * will set the tone on time of board ixj1 to 360 * 250us = 90ms
  369. * the default values of tone on and off times is 840 or 210ms
  370. ******************************************************************************/
  371. #define IXJCTL_DTMF_READY PHONE_DTMF_READY
  372. #define IXJCTL_GET_DTMF                 PHONE_GET_DTMF
  373. #define IXJCTL_GET_DTMF_ASCII           PHONE_GET_DTMF_ASCII
  374. #define IXJCTL_DTMF_OOB PHONE_DTMF_OOB
  375. #define IXJCTL_EXCEPTION PHONE_EXCEPTION
  376. #define IXJCTL_PLAY_TONE PHONE_PLAY_TONE
  377. #define IXJCTL_SET_TONE_ON_TIME PHONE_SET_TONE_ON_TIME
  378. #define IXJCTL_SET_TONE_OFF_TIME PHONE_SET_TONE_OFF_TIME
  379. #define IXJCTL_GET_TONE_ON_TIME PHONE_GET_TONE_ON_TIME
  380. #define IXJCTL_GET_TONE_OFF_TIME PHONE_GET_TONE_OFF_TIME
  381. #define IXJCTL_GET_TONE_STATE PHONE_GET_TONE_STATE
  382. #define IXJCTL_BUSY PHONE_BUSY
  383. #define IXJCTL_RINGBACK PHONE_RINGBACK
  384. #define IXJCTL_DIALTONE PHONE_DIALTONE
  385. #define IXJCTL_CPT_STOP PHONE_CPT_STOP
  386. /******************************************************************************
  387. * LineJACK specific IOCTLs
  388. *
  389. * The lsb 4 bits of the LED argument represent the state of each of the 4
  390. * LED's on the LineJACK
  391. ******************************************************************************/
  392. #define IXJCTL_SET_LED _IOW ('q', 0xCE, int)
  393. #define IXJCTL_MIXER _IOW ('q', 0xCF, int)
  394. /******************************************************************************
  395. * The master volume controls use attenuation with 32 levels from 0 to -62dB
  396. * with steps of 2dB each, the defines should be OR'ed together then sent
  397. * as the parameter to the mixer command to change the mixer settings.
  398. ******************************************************************************/
  399. #define MIXER_MASTER_L 0x0000
  400. #define MIXER_MASTER_R 0x0100
  401. #define ATT00DB 0x00
  402. #define ATT02DB 0x01
  403. #define ATT04DB 0x02
  404. #define ATT06DB 0x03
  405. #define ATT08DB 0x04
  406. #define ATT10DB 0x05
  407. #define ATT12DB 0x06
  408. #define ATT14DB 0x07
  409. #define ATT16DB 0x08
  410. #define ATT18DB 0x09
  411. #define ATT20DB 0x0A
  412. #define ATT22DB 0x0B
  413. #define ATT24DB 0x0C
  414. #define ATT26DB 0x0D
  415. #define ATT28DB 0x0E
  416. #define ATT30DB 0x0F
  417. #define ATT32DB 0x10
  418. #define ATT34DB 0x11
  419. #define ATT36DB 0x12
  420. #define ATT38DB 0x13
  421. #define ATT40DB 0x14
  422. #define ATT42DB 0x15
  423. #define ATT44DB 0x16
  424. #define ATT46DB 0x17
  425. #define ATT48DB 0x18
  426. #define ATT50DB 0x19
  427. #define ATT52DB 0x1A
  428. #define ATT54DB 0x1B
  429. #define ATT56DB 0x1C
  430. #define ATT58DB 0x1D
  431. #define ATT60DB 0x1E
  432. #define ATT62DB 0x1F
  433. #define MASTER_MUTE 0x80
  434. /******************************************************************************
  435. * The input volume controls use gain with 32 levels from +12dB to -50dB
  436. * with steps of 2dB each, the defines should be OR'ed together then sent
  437. * as the parameter to the mixer command to change the mixer settings.
  438. ******************************************************************************/
  439. #define MIXER_PORT_CD_L 0x0600
  440. #define MIXER_PORT_CD_R 0x0700
  441. #define MIXER_PORT_LINE_IN_L 0x0800
  442. #define MIXER_PORT_LINE_IN_R 0x0900
  443. #define MIXER_PORT_POTS_REC 0x0C00
  444. #define MIXER_PORT_MIC 0x0E00
  445. #define GAIN12DB 0x00
  446. #define GAIN10DB 0x01
  447. #define GAIN08DB 0x02
  448. #define GAIN06DB 0x03
  449. #define GAIN04DB 0x04
  450. #define GAIN02DB 0x05
  451. #define GAIN00DB 0x06
  452. #define GAIN_02DB 0x07
  453. #define GAIN_04DB 0x08
  454. #define GAIN_06DB 0x09
  455. #define GAIN_08DB 0x0A
  456. #define GAIN_10DB 0x0B
  457. #define GAIN_12DB 0x0C
  458. #define GAIN_14DB 0x0D
  459. #define GAIN_16DB 0x0E
  460. #define GAIN_18DB 0x0F
  461. #define GAIN_20DB 0x10
  462. #define GAIN_22DB 0x11
  463. #define GAIN_24DB 0x12
  464. #define GAIN_26DB 0x13
  465. #define GAIN_28DB 0x14
  466. #define GAIN_30DB 0x15
  467. #define GAIN_32DB 0x16
  468. #define GAIN_34DB 0x17
  469. #define GAIN_36DB 0x18
  470. #define GAIN_38DB 0x19
  471. #define GAIN_40DB 0x1A
  472. #define GAIN_42DB 0x1B
  473. #define GAIN_44DB 0x1C
  474. #define GAIN_46DB 0x1D
  475. #define GAIN_48DB 0x1E
  476. #define GAIN_50DB 0x1F
  477. #define INPUT_MUTE 0x80
  478. /******************************************************************************
  479. * The POTS volume control use attenuation with 8 levels from 0dB to -28dB
  480. * with steps of 4dB each, the defines should be OR'ed together then sent
  481. * as the parameter to the mixer command to change the mixer settings.
  482. ******************************************************************************/
  483. #define MIXER_PORT_POTS_PLAY 0x0F00
  484. #define POTS_ATT_00DB 0x00
  485. #define POTS_ATT_04DB 0x01
  486. #define POTS_ATT_08DB 0x02
  487. #define POTS_ATT_12DB 0x03
  488. #define POTS_ATT_16DB 0x04
  489. #define POTS_ATT_20DB 0x05
  490. #define POTS_ATT_24DB 0x06
  491. #define POTS_ATT_28DB 0x07
  492. #define POTS_MUTE 0x80
  493. /******************************************************************************
  494. * The DAA controls the interface to the PSTN port.  The driver loads the
  495. * US coefficients by default, so if you live in a different country you
  496. * need to load the set for your countries phone system.
  497. ******************************************************************************/
  498. #define IXJCTL_DAA_COEFF_SET _IOW ('q', 0xD0, int)
  499. #define DAA_US  1 /*PITA 8kHz */
  500. #define DAA_UK  2 /*ISAR34 8kHz */
  501. #define DAA_FRANCE  3 /* */
  502. #define DAA_GERMANY 4
  503. #define DAA_AUSTRALIA 5
  504. #define DAA_JAPAN 6
  505. /******************************************************************************
  506. * Use IXJCTL_PORT to set or query the port the card is set to.  If the
  507. * argument is set to PORT_QUERY, the return value of the ioctl will
  508. * indicate which port is currently in use, otherwise it will change the
  509. * port.
  510. ******************************************************************************/
  511. #define IXJCTL_PORT _IOW ('q', 0xD1, int)
  512. #define PORT_QUERY 0
  513. #define PORT_POTS 1
  514. #define PORT_PSTN 2
  515. #define PORT_SPEAKER 3
  516. #define PORT_HANDSET 4
  517. #define IXJCTL_PSTN_SET_STATE PHONE_PSTN_SET_STATE
  518. #define IXJCTL_PSTN_GET_STATE PHONE_PSTN_GET_STATE
  519. #define PSTN_ON_HOOK 0
  520. #define PSTN_RINGING 1
  521. #define PSTN_OFF_HOOK 2
  522. #define PSTN_PULSE_DIAL 3
  523. /******************************************************************************
  524. * The DAA Analog GAIN sets 2 parameters at one time, the receive gain (AGRR), 
  525. * and the transmit gain (AGX).  OR together the components and pass them
  526. * as the parameter to IXJCTL_DAA_AGAIN.  The default setting is both at 0dB.
  527. ******************************************************************************/
  528. #define IXJCTL_DAA_AGAIN _IOW ('q', 0xD2, int)
  529. #define AGRR00DB 0x00 /* Analog gain in receive direction 0dB */
  530. #define AGRR3_5DB 0x10 /* Analog gain in receive direction 3.5dB */
  531. #define AGRR06DB 0x30 /* Analog gain in receive direction 6dB */
  532. #define AGX00DB 0x00 /* Analog gain in transmit direction 0dB */
  533. #define AGX_6DB 0x04 /* Analog gain in transmit direction -6dB */
  534. #define AGX3_5DB 0x08 /* Analog gain in transmit direction 3.5dB */
  535. #define AGX_2_5DB 0x0C /* Analog gain in transmit direction -2.5dB */
  536. #define IXJCTL_PSTN_LINETEST _IO  ('q', 0xD3)
  537. #define IXJCTL_CID _IOR ('q', 0xD4, PHONE_CID *)
  538. #define IXJCTL_VMWI _IOR ('q', 0xD8, int)
  539. #define IXJCTL_CIDCW _IOW ('q', 0xD9, PHONE_CID *)
  540. /******************************************************************************
  541. * The wink duration is tunable with this ioctl.  The default wink duration  
  542. * is 320ms.  You do not need to use this ioctl if you do not require a
  543. * different wink duration.
  544. ******************************************************************************/
  545. #define IXJCTL_WINK_DURATION PHONE_WINK_DURATION
  546. /******************************************************************************
  547. * This ioctl will connect the POTS port to the PSTN port on the LineJACK
  548. * In order for this to work properly the port selection should be set to
  549. * the PSTN port with IXJCTL_PORT prior to calling this ioctl.  This will
  550. * enable conference calls between PSTN callers and network callers.
  551. * Passing a 1 to this ioctl enables the POTS<->PSTN connection while
  552. * passing a 0 turns it back off.
  553. ******************************************************************************/
  554. #define IXJCTL_POTS_PSTN _IOW ('q', 0xD5, int)
  555. /******************************************************************************
  556. *
  557. * IOCTLs added by request.
  558. *
  559. * IXJCTL_HZ sets the value your Linux kernel uses for HZ as defined in
  560. *           /usr/include/asm/param.h, this determines the fundamental
  561. *           frequency of the clock ticks on your Linux system.  The kernel
  562. *           must be rebuilt if you change this value, also all modules you
  563. *           use (except this one) must be recompiled.  The default value
  564. *           is 100, and you only need to use this IOCTL if you use some
  565. *           other value.
  566. *
  567. *
  568. * IXJCTL_RATE sets the number of times per second that the driver polls
  569. *             the DSP.  This value cannot be larger than HZ.  By
  570. *             increasing both of these values, you may be able to reduce
  571. *             latency because the max hang time that can exist between the
  572. *             driver and the DSP will be reduced.
  573. *
  574. ******************************************************************************/
  575. #define IXJCTL_HZ                       _IOW ('q', 0xE0, int)
  576. #define IXJCTL_RATE                     _IOW ('q', 0xE1, int)
  577. #define IXJCTL_FRAMES_READ _IOR ('q', 0xE2, unsigned long)
  578. #define IXJCTL_FRAMES_WRITTEN _IOR ('q', 0xE3, unsigned long)
  579. #define IXJCTL_READ_WAIT _IOR ('q', 0xE4, unsigned long)
  580. #define IXJCTL_WRITE_WAIT _IOR ('q', 0xE5, unsigned long)
  581. #define IXJCTL_DRYBUFFER_READ _IOR ('q', 0xE6, unsigned long)
  582. #define IXJCTL_DRYBUFFER_CLEAR _IO  ('q', 0xE7)
  583. #define IXJCTL_DTMF_PRESCALE _IOW ('q', 0xE8, int)
  584. /******************************************************************************
  585. *
  586. * This ioctl allows the user application to control what events the driver
  587. * will send signals for, and what signals it will send for which event.
  588. * By default, if signaling is enabled, all events will send SIGIO when
  589. * they occur.  To disable signals for an event set the signal to 0.
  590. *
  591. ******************************************************************************/
  592. typedef enum {
  593. SIG_DTMF_READY,
  594. SIG_HOOKSTATE,
  595. SIG_FLASH,
  596. SIG_PSTN_RING,
  597. SIG_CALLER_ID,
  598. SIG_PSTN_WINK,
  599. SIG_F0, SIG_F1, SIG_F2, SIG_F3,
  600. SIG_FC0, SIG_FC1, SIG_FC2, SIG_FC3,
  601. SIG_READ_READY = 33,
  602. SIG_WRITE_READY = 34
  603. } IXJ_SIGEVENT;
  604. typedef struct {
  605. unsigned int event;
  606. int signal;
  607. } IXJ_SIGDEF;
  608. #define IXJCTL_SIGCTL _IOW ('q', 0xE9, IXJ_SIGDEF *)
  609. /******************************************************************************
  610. *
  611. * These ioctls allow the user application to change the gain in the 
  612. * Smart Cable of the Internet Phone Card.  Sending -1 as a value will cause
  613. * return value to be the current setting.  Valid values to set are 0x00 - 0x1F
  614. *
  615. * 11111 = +12 dB
  616. * 10111 =   0 dB
  617. * 00000 = -34.5 dB
  618. *
  619. * IXJCTL_SC_RXG sets the Receive gain
  620. * IXJCTL_SC_TXG sets the Transmit gain
  621. *
  622. ******************************************************************************/
  623. #define IXJCTL_SC_RXG _IOW ('q', 0xEA, int)
  624. #define IXJCTL_SC_TXG _IOW ('q', 0xEB, int)
  625. /******************************************************************************
  626. *
  627. * The intercom IOCTL's short the output from one card to the input of the
  628. * other and vice versa (actually done in the DSP read function).  It is only
  629. * necessary to execute the IOCTL on one card, but it is necessary to have
  630. * both devices open to be able to detect hook switch changes.  The record
  631. * codec and rate of each card must match the playback codec and rate of
  632. * the other card for this to work properly.
  633. *
  634. ******************************************************************************/
  635. #define IXJCTL_INTERCOM_START  _IOW ('q', 0xFD, int)
  636. #define IXJCTL_INTERCOM_STOP   _IOW ('q', 0xFE, int)
  637. /******************************************************************************
  638.  *
  639.  * new structure for accessing raw filter information
  640.  *
  641.  ******************************************************************************/
  642. typedef struct {
  643. unsigned int filter;
  644. char enable;
  645. unsigned int coeff[19];
  646. } IXJ_FILTER_RAW;