ixjuser.h
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:22k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

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